#B4CC19

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

Shades of Rio Grande #B4CC19

Tints of Rio Grande #B4CC19

Color information

#B4CC19 (or 0xB4CC19) is unknown color: approx Rio Grande. HEX triplet: B4, CC and 19. RGB value is (180,204,25). Sum of RGB (Red+Green+Blue) = 180+204+25=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4CC19 is #4B33E6. Grayscale: #B1B1B1. Windows color (decimal): -4928487 or 1690804. OLE color: 1690804.

HSL color Cylindrical-coordinate representation of color #B4CC19: hue angle of 68.04º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B4CC19 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB18020425-
CMYK0.1200.880.2
HSL68.04º78.17%44.9%-
HSV(B)68.04º87.75%80%-
XYZ40.5952.969-
YUV176.4242.55130.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 204 (80.08% from 255) = 49.88%
BLUE value IS 25 (10.16% from 255) = 6.11%
R=44.01%
G=49.88%
B=6.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180204250.1200.880.268.0478.1744.9
HexB4CC19C05814444e2d
Octal264314311401302410411655
Binary1011010011001100110011100010110001010010001001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC19; }

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

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

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

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

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

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

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

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