Html Css Color HEX #B9BD1D Rio Grande

📋 copy color: '#B9BD1D'

red 185 ◦ green 189 ◦ blue 29

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

Shades of Rio Grande #B9BD1D

Tints of Rio Grande #B9BD1D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.9%

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

R = 45.91%
G = 46.9%
B = 7.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#B9BD1D (or 0xB9BD1D) is known color: Rio Grande. HEX triplet: B9, BD and 1D. RGB value is (185,189,29). Sum of RGB (Red+Green+Blue) = 185+189+29=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BD1D is #4642E2. Grayscale: #AAAAAA. Windows color (decimal): -4604643 or 1949113. OLE color: 1949113.

HSL color Cylindrical-coordinate representation of color #B9BD1D: hue angle of 61.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9BD1D is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 189 29 -
CMYK 0.02 0 0.85 0.26
HSL 61.5º 0.73% 0.43% -
HSV(B) 61.5º 0.85% 0.74% -
XYZ 38.43 46.8 8.17 -
YUV 169.56 48.67 139.01 -
System Red Green Blue C M Y K H S L
Decimal 185 189 29 0.02 0 0.85 0.26 61.5 0.73 0.43
Hex B9 BD 1D 2 0 55 1A 3E 49 2B
Octal 271 275 35 2 0 125 32 76 111 53
Binary 10111001 10111101 11101 10 0 1010101 11010 111110 1001001 101011

Color Harmonies of #B9BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD1D

Black with #B9BD1D

Text Example


Text Example

White with #B9BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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