Html Css Color HEX #B9BD1B Rio Grande

📋 copy color: '#B9BD1B'

red 185 ◦ green 189 ◦ blue 27

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

Shades of Rio Grande #B9BD1B

Tints of Rio Grande #B9BD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.73%

R = 46.13%
G = 47.13%
B = 6.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#B9BD1B (or 0xB9BD1B) is known color: Rio Grande. HEX triplet: B9, BD and 1B. RGB value is (185,189,27). Sum of RGB (Red+Green+Blue) = 185+189+27=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BD1B is #4642E4. Grayscale: #A9A9A9. Windows color (decimal): -4604645 or 1818041. OLE color: 1818041.

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

Color convert

RGB 185 189 27 -
CMYK 0.02 0 0.86 0.26
HSL 61.48º 0.75% 0.42% -
HSV(B) 61.48º 0.86% 0.74% -
XYZ 38.4 46.79 8.04 -
YUV 169.34 47.67 139.17 -
System Red Green Blue C M Y K H S L
Decimal 185 189 27 0.02 0 0.86 0.26 61.48 0.75 0.42
Hex B9 BD 1B 2 0 56 1A 3D 4B 2A
Octal 271 275 33 2 0 126 32 75 113 52
Binary 10111001 10111101 11011 10 0 1010110 11010 111101 1001011 101010

Color Harmonies of #B9BD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD1B

Black with #B9BD1B

Text Example


Text Example

White with #B9BD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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