Html Css Color HEX #B5BB16 La Rioja

📋 copy color: '#B5BB16'

red 181 ◦ green 187 ◦ blue 22

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

Shades of La Rioja #B5BB16

Tints of La Rioja #B5BB16

RGB

 RED value IS 181 (71.09% from 255) = 46.41%

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

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

R = 46.41%
G = 47.95%
B = 5.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B5BB16 (or 0xB5BB16) is known color: La Rioja. HEX triplet: B5, BB and 16. RGB value is (181,187,22). Sum of RGB (Red+Green+Blue) = 181+187+22=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BB16 is #4A44E9. Grayscale: #A7A7A7. Windows color (decimal): -4867306 or 1489845. OLE color: 1489845.

HSL color Cylindrical-coordinate representation of color #B5BB16: hue angle of 62.18º 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 #B5BB16 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 187 22 -
CMYK 0.03 0 0.88 0.27
HSL 62.18º 0.79% 0.41% -
HSV(B) 62.18º 0.88% 0.73% -
XYZ 36.97 45.42 7.58 -
YUV 166.4 46.51 138.42 -
System Red Green Blue C M Y K H S L
Decimal 181 187 22 0.03 0 0.88 0.27 62.18 0.79 0.41
Hex B5 BB 16 3 0 58 1B 3E 4F 29
Octal 265 273 26 3 0 130 33 76 117 51
Binary 10110101 10111011 10110 11 0 1011000 11011 111110 1001111 101001

Color Harmonies of #B5BB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BB16

Black with #B5BB16

Text Example


Text Example

White with #B5BB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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