#B7C52D

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

Shades of Rio Grande #B7C52D

Tints of Rio Grande #B7C52D

Color information

#B7C52D (or 0xB7C52D) is unknown color: approx Rio Grande. HEX triplet: B7, C5 and 2D. RGB value is (183,197,45). Sum of RGB (Red+Green+Blue) = 183+197+45=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C52D is #483AD2. Grayscale: #B0B0B0. Windows color (decimal): -4733651 or 2999735. OLE color: 2999735.

HSL color Cylindrical-coordinate representation of color #B7C52D: hue angle of 65.53º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7C52D is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB18319745-
CMYK0.0700.770.23
HSL65.53º62.81%47.45%-
HSV(B)65.53º77.16%77.25%-
XYZ39.9750.1910.06-
YUV175.4954.36133.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 197 (77.34% from 255) = 46.35%
BLUE value IS 45 (17.97% from 255) = 10.59%
R=43.06%
G=46.35%
B=10.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal183197450.0700.770.2365.5362.8147.45
HexB7C52D704D17423f2f
Octal2673055570115271027757
Binary101101111100010110110111101001101101111000010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C52D; }

 p { color: rgb(183,197,45); }

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

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

 a { background-color: rgb(183,197,45); }

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

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

 span { border-color: rgb(183,197,45); }

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