Html Css Color HEX #B9BA2F Rio Grande

📋 copy color: '#B9BA2F'

red 185 ◦ green 186 ◦ blue 47

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

Shades of Rio Grande #B9BA2F

Tints of Rio Grande #B9BA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.24%

R = 44.26%
G = 44.5%
B = 11.24%

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

#B9BA2F (or 0xB9BA2F) is known color: Rio Grande. HEX triplet: B9, BA and 2F. RGB value is (185,186,47). Sum of RGB (Red+Green+Blue) = 185+186+47=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA2F is #4645D0. Grayscale: #AAAAAA. Windows color (decimal): -4605393 or 3127993. OLE color: 3127993.

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

Color convert

RGB 185 186 47 -
CMYK 0.01 0 0.75 0.27
HSL 60.43º 0.6% 0.46% -
HSV(B) 60.43º 0.75% 0.73% -
XYZ 38.08 45.64 9.49 -
YUV 169.86 58.67 138.8 -
System Red Green Blue C M Y K H S L
Decimal 185 186 47 0.01 0 0.75 0.27 60.43 0.6 0.46
Hex B9 BA 2F 1 0 4B 1B 3C 3C 2E
Octal 271 272 57 1 0 113 33 74 74 56
Binary 10111001 10111010 101111 1 0 1001011 11011 111100 111100 101110

Color Harmonies of #B9BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA2F

Black with #B9BA2F

Text Example


Text Example

White with #B9BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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