#b4c032

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

Shades of Rio Grande #B4C032

Tints of Rio Grande #B4C032

Color information

#B4C032 (or 0xB4C032) is unknown color: approx Rio Grande. HEX triplet: B4, C0 and 32. RGB value is (180,192,50). Sum of RGB (Red+Green+Blue) = 180+192+50=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C032 is #4B3FCD. Grayscale: #ACACAC. Windows color (decimal): -4931534 or 3326132. OLE color: 3326132.

HSL color Cylindrical-coordinate representation of color #B4C032: hue angle of 65.07º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4C032 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB18019250-
CMYK0.0600.740.25
HSL65.07º58.68%47.45%-
HSV(B)65.07º73.96%75.29%-
XYZ38.2547.6310.2-
YUV172.2259.02133.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 192 (75.39% from 255) = 45.50%
BLUE value IS 50 (19.92% from 255) = 11.85%
R=42.65%
G=45.50%
B=11.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180192500.0600.740.2565.0758.6847.45
HexB4C032604A19413b2f
Octal2643006260112311017357
Binary101101001100000011001011001001010110011000001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4c032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4c032; }

 p { color: rgb(180,192,50); }

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

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

 a { background-color: rgb(180,192,50); }

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

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

 span { border-color: rgb(180,192,50); }

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