Html Css Color HEX #B5BB1B Rio Grande

📋 copy color: '#B5BB1B'

red 181 ◦ green 187 ◦ blue 27

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

Shades of Rio Grande #B5BB1B

Tints of Rio Grande #B5BB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.84%

R = 45.82%
G = 47.34%
B = 6.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B5BB1B (or 0xB5BB1B) is known color: Rio Grande. HEX triplet: B5, BB and 1B. RGB value is (181,187,27). Sum of RGB (Red+Green+Blue) = 181+187+27=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BB1B is #4A44E4. Grayscale: #A7A7A7. Windows color (decimal): -4867301 or 1817525. OLE color: 1817525.

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

Color convert

RGB 181 187 27 -
CMYK 0.03 0 0.86 0.27
HSL 62.25º 0.75% 0.42% -
HSV(B) 62.25º 0.86% 0.73% -
XYZ 37.02 45.44 7.86 -
YUV 166.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 181 187 27 0.03 0 0.86 0.27 62.25 0.75 0.42
Hex B5 BB 1B 3 0 56 1B 3E 4B 2A
Octal 265 273 33 3 0 126 33 76 113 52
Binary 10110101 10111011 11011 11 0 1010110 11011 111110 1001011 101010

Color Harmonies of #B5BB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BB1B

Black with #B5BB1B

Text Example


Text Example

White with #B5BB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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