Html Css Color HEX #B5BB25 Rio Grande

📋 copy color: '#B5BB25'

red 181 ◦ green 187 ◦ blue 37

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

Shades of Rio Grande #B5BB25

Tints of Rio Grande #B5BB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.14%

R = 44.69%
G = 46.17%
B = 9.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B5BB25 (or 0xB5BB25) is known color: Rio Grande. HEX triplet: B5, BB and 25. RGB value is (181,187,37). Sum of RGB (Red+Green+Blue) = 181+187+37=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BB25 is #4A44DA. Grayscale: #A8A8A8. Windows color (decimal): -4867291 or 2472885. OLE color: 2472885.

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

Color convert

RGB 181 187 37 -
CMYK 0.03 0 0.80 0.27
HSL 62.4º 0.67% 0.44% -
HSV(B) 62.4º 0.8% 0.73% -
XYZ 37.16 45.5 8.57 -
YUV 168.11 54.01 137.2 -
System Red Green Blue C M Y K H S L
Decimal 181 187 37 0.03 0 0.80 0.27 62.4 0.67 0.44
Hex B5 BB 25 3 0 50 1B 3E 43 2C
Octal 265 273 45 3 0 120 33 76 103 54
Binary 10110101 10111011 100101 11 0 1010000 11011 111110 1000011 101100

Color Harmonies of #B5BB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BB25

Black with #B5BB25

Text Example


Text Example

White with #B5BB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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