#B4C031

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

Shades of Rio Grande #B4C031

Tints of Rio Grande #B4C031

Color information

#B4C031 (or 0xB4C031) is unknown color: approx Rio Grande. HEX triplet: B4, C0 and 31. RGB value is (180,192,49). Sum of RGB (Red+Green+Blue) = 180+192+49=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C031 is #4B3FCE. Grayscale: #ACACAC. Windows color (decimal): -4931535 or 3260596. OLE color: 3260596.

HSL color Cylindrical-coordinate representation of color #B4C031: hue angle of 65.03º 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 #B4C031 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB18019249-
CMYK0.0600.740.25
HSL65.03º59.34%47.25%-
HSV(B)65.03º74.48%75.29%-
XYZ38.2347.6210.08-
YUV172.1158.52133.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 192 (75.39% from 255) = 45.61%
BLUE value IS 49 (19.53% from 255) = 11.64%
R=42.76%
G=45.61%
B=11.64%

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
Decimal180192490.0600.740.2565.0359.3447.25
HexB4C031604A19413b2f
Octal2643006160112311017357
Binary101101001100000011000111001001010110011000001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C031; }

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

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

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

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

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

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

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

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