#B9BC28

Color #B9BC28 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B9BC28

Tints of Rio Grande #B9BC28

Color information

#B9BC28 (or 0xB9BC28) is unknown color: approx Rio Grande. HEX triplet: B9, BC and 28. RGB value is (185,188,40). Sum of RGB (Red+Green+Blue) = 185+188+40=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BC28 is #4643D7. Grayscale: #AAAAAA. Windows color (decimal): -4604888 or 2669753. OLE color: 2669753.

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

Color convert

RGB18518840-
CMYK0.0200.790.26
HSL61.22º64.91%44.71%-
HSV(B)61.22º78.72%73.73%-
XYZ38.3746.438.95-
YUV170.2354.51138.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 40 (16.02% from 255) = 9.69%
R=44.79%
G=45.52%
B=9.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185188400.0200.790.2661.2264.9144.71
HexB9BC28204F1A3d412d
Octal2712745020117327510155
Binary10111001101111001010001001001111110101111011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BC28; }

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

 H1.HeaderClassName
 {
   color: #B9BC28;
 }
 .AnyTagClassName
 {
   color: #B9BC28;
 }
</style>
background-color css

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

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

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

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

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

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