#b7c428

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

Shades of Rio Grande #B7C428

Tints of Rio Grande #B7C428

Color information

#B7C428 (or 0xB7C428) is unknown color: approx Rio Grande. HEX triplet: B7, C4 and 28. RGB value is (183,196,40). Sum of RGB (Red+Green+Blue) = 183+196+40=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C428 is #483BD7. Grayscale: #AEAEAE. Windows color (decimal): -4733912 or 2671799. OLE color: 2671799.

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

Color convert

RGB18319640-
CMYK0.0700.800.23
HSL65º66.1%46.27%-
HSV(B)65º79.59%76.86%-
XYZ39.6549.79.51-
YUV174.3352.19134.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 196 (76.95% from 255) = 46.78%
BLUE value IS 40 (16.02% from 255) = 9.55%
R=43.68%
G=46.78%
B=9.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal183196400.0700.800.236566.146.27
HexB7C42870501741422e
Octal26730450701202710110256
Binary1011011111000100101000111010100001011110000011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7c428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7c428; }

 p { color: rgb(183,196,40); }

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

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

 a { background-color: rgb(183,196,40); }

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

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

 span { border-color: rgb(183,196,40); }

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