Html Css Color HEX #B5BB24 Rio Grande

📋 copy color: '#B5BB24'

red 181 ◦ green 187 ◦ blue 36

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

Shades of Rio Grande #B5BB24

Tints of Rio Grande #B5BB24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.91%

R = 44.8%
G = 46.29%
B = 8.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B5BB24 (or 0xB5BB24) is known color: Rio Grande. HEX triplet: B5, BB and 24. RGB value is (181,187,36). Sum of RGB (Red+Green+Blue) = 181+187+36=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BB24 is #4A44DB. Grayscale: #A8A8A8. Windows color (decimal): -4867292 or 2407349. OLE color: 2407349.

HSL color Cylindrical-coordinate representation of color #B5BB24: hue angle of 62.38º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5BB24 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 187 36 -
CMYK 0.03 0 0.81 0.27
HSL 62.38º 0.68% 0.44% -
HSV(B) 62.38º 0.81% 0.73% -
XYZ 37.14 45.49 8.49 -
YUV 167.99 53.51 137.28 -
System Red Green Blue C M Y K H S L
Decimal 181 187 36 0.03 0 0.81 0.27 62.38 0.68 0.44
Hex B5 BB 24 3 0 51 1B 3E 44 2C
Octal 265 273 44 3 0 121 33 76 104 54
Binary 10110101 10111011 100100 11 0 1010001 11011 111110 1000100 101100

Color Harmonies of #B5BB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BB24

Black with #B5BB24

Text Example


Text Example

White with #B5BB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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