Html Css Color HEX #B2BB16 La Rioja

📋 copy color: '#B2BB16'

red 178 ◦ green 187 ◦ blue 22

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

Shades of La Rioja #B2BB16

Tints of La Rioja #B2BB16

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.32%

 BLUE value IS 22 (8.98% from 255) = 5.68%

R = 45.99%
G = 48.32%
B = 5.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B2BB16 (or 0xB2BB16) is known color: La Rioja. HEX triplet: B2, BB and 16. RGB value is (178,187,22). Sum of RGB (Red+Green+Blue) = 178+187+22=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BB16 is #4D44E9. Grayscale: #A6A6A6. Windows color (decimal): -5063914 or 1489842. OLE color: 1489842.

HSL color Cylindrical-coordinate representation of color #B2BB16: hue angle of 63.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2BB16 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 187 22 -
CMYK 0.05 0 0.88 0.27
HSL 63.27º 0.79% 0.41% -
HSV(B) 63.27º 0.88% 0.73% -
XYZ 36.28 45.06 7.55 -
YUV 165.5 47.02 136.92 -
System Red Green Blue C M Y K H S L
Decimal 178 187 22 0.05 0 0.88 0.27 63.27 0.79 0.41
Hex B2 BB 16 5 0 58 1B 3F 4F 29
Octal 262 273 26 5 0 130 33 77 117 51
Binary 10110010 10111011 10110 101 0 1011000 11011 111111 1001111 101001

Color Harmonies of #B2BB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BB16

Black with #B2BB16

Text Example


Text Example

White with #B2BB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BB16; }

 p { color: rgb(178,187,22); }

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

background-color css

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

 a { background-color: rgb(178,187,22); }

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

border-color css

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

 span { border-color: rgb(178,187,22); }

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