Html Css Color HEX #B9BB1B Rio Grande

📋 copy color: '#B9BB1B'

red 185 ◦ green 187 ◦ blue 27

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

Shades of Rio Grande #B9BB1B

Tints of Rio Grande #B9BB1B

RGB

 RED value IS 185 (72.66% from 255) = 46.37%

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

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

R = 46.37%
G = 46.87%
B = 6.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9BB1B (or 0xB9BB1B) is known color: Rio Grande. HEX triplet: B9, BB and 1B. RGB value is (185,187,27). Sum of RGB (Red+Green+Blue) = 185+187+27=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BB1B is #4644E4. Grayscale: #A8A8A8. Windows color (decimal): -4605157 or 1817529. OLE color: 1817529.

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

Color convert

RGB 185 187 27 -
CMYK 0.01 0 0.86 0.27
HSL 60.75º 0.75% 0.42% -
HSV(B) 60.75º 0.86% 0.73% -
XYZ 37.98 45.93 7.9 -
YUV 168.16 48.34 140.01 -
System Red Green Blue C M Y K H S L
Decimal 185 187 27 0.01 0 0.86 0.27 60.75 0.75 0.42
Hex B9 BB 1B 1 0 56 1B 3D 4B 2A
Octal 271 273 33 1 0 126 33 75 113 52
Binary 10111001 10111011 11011 1 0 1010110 11011 111101 1001011 101010

Color Harmonies of #B9BB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BB1B

Black with #B9BB1B

Text Example


Text Example

White with #B9BB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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