Html Css Color HEX #B9BA1B Rio Grande

📋 copy color: '#B9BA1B'

red 185 ◦ green 186 ◦ blue 27

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

Shades of Rio Grande #B9BA1B

Tints of Rio Grande #B9BA1B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.73%

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

R = 46.48%
G = 46.73%
B = 6.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9BA1B (or 0xB9BA1B) is known color: Rio Grande. HEX triplet: B9, BA and 1B. RGB value is (185,186,27). Sum of RGB (Red+Green+Blue) = 185+186+27=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA1B is #4645E4. Grayscale: #A8A8A8. Windows color (decimal): -4605413 or 1817273. OLE color: 1817273.

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

Color convert

RGB 185 186 27 -
CMYK 0.01 0 0.85 0.27
HSL 60.38º 0.75% 0.42% -
HSV(B) 60.38º 0.85% 0.73% -
XYZ 37.76 45.51 7.83 -
YUV 167.58 48.67 140.43 -
System Red Green Blue C M Y K H S L
Decimal 185 186 27 0.01 0 0.85 0.27 60.38 0.75 0.42
Hex B9 BA 1B 1 0 55 1B 3C 4B 2A
Octal 271 272 33 1 0 125 33 74 113 52
Binary 10111001 10111010 11011 1 0 1010101 11011 111100 1001011 101010

Color Harmonies of #B9BA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA1B

Black with #B9BA1B

Text Example


Text Example

White with #B9BA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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