Html Css Color HEX #B9BC2C Rio Grande

📋 copy color: '#B9BC2C'

red 185 ◦ green 188 ◦ blue 44

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

Shades of Rio Grande #B9BC2C

Tints of Rio Grande #B9BC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.08%

 BLUE value IS 44 (17.58% from 255) = 10.55%

R = 44.36%
G = 45.08%
B = 10.55%

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

#B9BC2C (or 0xB9BC2C) is known color: Rio Grande. HEX triplet: B9, BC and 2C. RGB value is (185,188,44). Sum of RGB (Red+Green+Blue) = 185+188+44=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BC2C is #4643D3. Grayscale: #ABABAB. Windows color (decimal): -4604884 or 2931897. OLE color: 2931897.

HSL color Cylindrical-coordinate representation of color #B9BC2C: hue angle of 61.25º degrees, saturation: 0.62, 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 #B9BC2C is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 188 44 -
CMYK 0.02 0 0.77 0.26
HSL 61.25º 0.62% 0.45% -
HSV(B) 61.25º 0.77% 0.74% -
XYZ 38.45 46.46 9.32 -
YUV 170.69 56.51 138.21 -
System Red Green Blue C M Y K H S L
Decimal 185 188 44 0.02 0 0.77 0.26 61.25 0.62 0.45
Hex B9 BC 2C 2 0 4D 1A 3D 3E 2D
Octal 271 274 54 2 0 115 32 75 76 55
Binary 10111001 10111100 101100 10 0 1001101 11010 111101 111110 101101

Color Harmonies of #B9BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BC2C

Black with #B9BC2C

Text Example


Text Example

White with #B9BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BC2C; }

 p { color: rgb(185,188,44); }

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

background-color css

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

 a { background-color: rgb(185,188,44); }

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

border-color css

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

 span { border-color: rgb(185,188,44); }

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