#B4C019

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

Shades of Rio Grande #B4C019

Tints of Rio Grande #B4C019

Color information

#B4C019 (or 0xB4C019) is unknown color: approx Rio Grande. HEX triplet: B4, C0 and 19. RGB value is (180,192,25). Sum of RGB (Red+Green+Blue) = 180+192+25=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C019 is #4B3FE6. Grayscale: #AAAAAA. Windows color (decimal): -4931559 or 1687732. OLE color: 1687732.

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

Color convert

RGB18019225-
CMYK0.0600.870.25
HSL64.31º76.96%42.55%-
HSV(B)64.31º86.98%75.29%-
XYZ37.8547.478.09-
YUV169.3746.52135.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 192 (75.39% from 255) = 48.36%
BLUE value IS 25 (10.16% from 255) = 6.30%
R=45.34%
G=48.36%
B=6.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180192250.0600.870.2564.3176.9642.55
HexB4C019605719404d2b
Octal26430031601273110011553
Binary101101001100000011001110010101111100110000001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C019; }

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

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

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

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

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

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

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

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