Html Css Color HEX #B9BA2E Rio Grande

📋 copy color: '#B9BA2E'

red 185 ◦ green 186 ◦ blue 46

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

Shades of Rio Grande #B9BA2E

Tints of Rio Grande #B9BA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.03%

R = 44.36%
G = 44.6%
B = 11.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9BA2E (or 0xB9BA2E) is known color: Rio Grande. HEX triplet: B9, BA and 2E. RGB value is (185,186,46). Sum of RGB (Red+Green+Blue) = 185+186+46=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA2E is #4645D1. Grayscale: #AAAAAA. Windows color (decimal): -4605394 or 3062457. OLE color: 3062457.

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

Color convert

RGB 185 186 46 -
CMYK 0.01 0 0.75 0.27
HSL 60.43º 0.6% 0.45% -
HSV(B) 60.43º 0.75% 0.73% -
XYZ 38.06 45.63 9.39 -
YUV 169.74 58.17 138.88 -
System Red Green Blue C M Y K H S L
Decimal 185 186 46 0.01 0 0.75 0.27 60.43 0.6 0.45
Hex B9 BA 2E 1 0 4B 1B 3C 3C 2D
Octal 271 272 56 1 0 113 33 74 74 55
Binary 10111001 10111010 101110 1 0 1001011 11011 111100 111100 101101

Color Harmonies of #B9BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA2E

Black with #B9BA2E

Text Example


Text Example

White with #B9BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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