#B4C719

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

Shades of Rio Grande #B4C719

Tints of Rio Grande #B4C719

Color information

#B4C719 (or 0xB4C719) is unknown color: approx Rio Grande. HEX triplet: B4, C7 and 19. RGB value is (180,199,25). Sum of RGB (Red+Green+Blue) = 180+199+25=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C719 is #4B38E6. Grayscale: #AEAEAE. Windows color (decimal): -4929767 or 1689524. OLE color: 1689524.

HSL color Cylindrical-coordinate representation of color #B4C719: hue angle of 66.55º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4C719 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB18019925-
CMYK0.1000.870.22
HSL66.55º77.68%43.92%-
HSV(B)66.55º87.44%78.04%-
XYZ39.4250.628.61-
YUV173.4844.21132.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 199 (78.12% from 255) = 49.26%
BLUE value IS 25 (10.16% from 255) = 6.19%
R=44.55%
G=49.26%
B=6.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180199250.1000.870.2266.5577.6843.92
HexB4C719A05716434e2c
Octal264307311201272610311654
Binary1011010011000111110011010010101111011010000111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C719; }

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

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

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

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

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

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

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

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