Html Css Color HEX #B9BD2B Rio Grande

📋 copy color: '#B9BD2B'

red 185 ◦ green 189 ◦ blue 43

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

Shades of Rio Grande #B9BD2B

Tints of Rio Grande #B9BD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.31%

R = 44.36%
G = 45.32%
B = 10.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#B9BD2B (or 0xB9BD2B) is known color: Rio Grande. HEX triplet: B9, BD and 2B. RGB value is (185,189,43). Sum of RGB (Red+Green+Blue) = 185+189+43=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BD2B is #4642D4. Grayscale: #ABABAB. Windows color (decimal): -4604629 or 2866617. OLE color: 2866617.

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

Color convert

RGB 185 189 43 -
CMYK 0.02 0 0.77 0.26
HSL 61.64º 0.63% 0.45% -
HSV(B) 61.64º 0.77% 0.74% -
XYZ 38.64 46.88 9.3 -
YUV 171.16 55.67 137.87 -
System Red Green Blue C M Y K H S L
Decimal 185 189 43 0.02 0 0.77 0.26 61.64 0.63 0.45
Hex B9 BD 2B 2 0 4D 1A 3E 3F 2D
Octal 271 275 53 2 0 115 32 76 77 55
Binary 10111001 10111101 101011 10 0 1001101 11010 111110 111111 101101

Color Harmonies of #B9BD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD2B

Black with #B9BD2B

Text Example


Text Example

White with #B9BD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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