#B7BC2C

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

Shades of Rio Grande #B7BC2C

Tints of Rio Grande #B7BC2C

Color information

#B7BC2C (or 0xB7BC2C) is unknown color: approx Rio Grande. HEX triplet: B7, BC and 2C. RGB value is (183,188,44). Sum of RGB (Red+Green+Blue) = 183+188+44=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BC2C is #4843D3. Grayscale: #AAAAAA. Windows color (decimal): -4735956 or 2931895. OLE color: 2931895.

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

Color convert

RGB18318844-
CMYK0.0300.770.26
HSL62.08º62.07%45.49%-
HSV(B)62.08º76.6%73.73%-
XYZ37.9746.229.3-
YUV170.0956.84137.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 188 (73.83% from 255) = 45.30%
BLUE value IS 44 (17.58% from 255) = 10.60%
R=44.10%
G=45.30%
B=10.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183188440.0300.770.2662.0862.0745.49
HexB7BC2C304D1A3e3e2d
Octal267274543011532767655
Binary1011011110111100101100110100110111010111110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BC2C; }

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

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

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

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

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

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

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

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