Html Css Color HEX #B9BA1D Rio Grande

📋 copy color: '#B9BA1D'

red 185 ◦ green 186 ◦ blue 29

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

Shades of Rio Grande #B9BA1D

Tints of Rio Grande #B9BA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.25%

R = 46.25%
G = 46.5%
B = 7.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9BA1D (or 0xB9BA1D) is known color: Rio Grande. HEX triplet: B9, BA and 1D. RGB value is (185,186,29). Sum of RGB (Red+Green+Blue) = 185+186+29=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA1D is #4645E2. Grayscale: #A8A8A8. Windows color (decimal): -4605411 or 1948345. OLE color: 1948345.

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

Color convert

RGB 185 186 29 -
CMYK 0.01 0 0.84 0.27
HSL 60.38º 0.73% 0.42% -
HSV(B) 60.38º 0.84% 0.73% -
XYZ 37.79 45.52 7.96 -
YUV 167.8 49.67 140.27 -
System Red Green Blue C M Y K H S L
Decimal 185 186 29 0.01 0 0.84 0.27 60.38 0.73 0.42
Hex B9 BA 1D 1 0 54 1B 3C 49 2A
Octal 271 272 35 1 0 124 33 74 111 52
Binary 10111001 10111010 11101 1 0 1010100 11011 111100 1001001 101010

Color Harmonies of #B9BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA1D

Black with #B9BA1D

Text Example


Text Example

White with #B9BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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