Html Css Color HEX #B2C111 La Rioja

📋 copy color: '#B2C111'

red 178 ◦ green 193 ◦ blue 17

#B2C111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #B2C111

Tints of La Rioja #B2C111

RGB

 RED value IS 178 (69.92% from 255) = 45.88%

 GREEN value IS 193 (75.78% from 255) = 49.74%

 BLUE value IS 17 (7.03% from 255) = 4.38%

R = 45.88%
G = 49.74%
B = 4.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2C111 (or 0xB2C111) is known color: La Rioja. HEX triplet: B2, C1 and 11. RGB value is (178,193,17). Sum of RGB (Red+Green+Blue) = 178+193+17=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C111 is #4D3EEE. Grayscale: #A9A9A9. Windows color (decimal): -5062383 or 1163698. OLE color: 1163698.

HSL color Cylindrical-coordinate representation of color #B2C111: hue angle of 65.11º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2C111 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 193 17 -
CMYK 0.08 0 0.91 0.24
HSL 65.11º 0.84% 0.41% -
HSV(B) 65.11º 0.91% 0.76% -
XYZ 37.53 47.65 7.75 -
YUV 168.45 42.53 134.81 -
System Red Green Blue C M Y K H S L
Decimal 178 193 17 0.08 0 0.91 0.24 65.11 0.84 0.41
Hex B2 C1 11 8 0 5B 18 41 54 29
Octal 262 301 21 10 0 133 30 101 124 51
Binary 10110010 11000001 10001 1000 0 1011011 11000 1000001 1010100 101001

Color Harmonies of #B2C111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C111

Black with #B2C111

Text Example


Text Example

White with #B2C111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C111; }

 p { color: rgb(178,193,17); }

 H1.HeaderClassName
 {
   color: #B2C111;
 }
 .AnyTagClassName
 {
   color: #B2C111;
 }
</style>

background-color css

<style>
 a { background-color: #B2C111; }

 a { background-color: rgb(178,193,17); }

 div.DivClassName
 {
   background-color: #B2C111;
 }
 .BgClassName
 {
   background-color: #B2C111;
 }
</style>

border-color css

<style>
 span { border-color: #B2C111; }

 span { border-color: rgb(178,193,17); }

 td.TdClassName
 {
   border-color: #B2C111;
 }
 .TagClassName
 {
   border-color: #B2C111;
 }
</style>