#B4CA13

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

Shades of Rio Grande #B4CA13

Tints of Rio Grande #B4CA13

Color information

#B4CA13 (or 0xB4CA13) is unknown color: approx Rio Grande. HEX triplet: B4, CA and 13. RGB value is (180,202,19). Sum of RGB (Red+Green+Blue) = 180+202+19=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4CA13 is #4B35EC. Grayscale: #AFAFAF. Windows color (decimal): -4929005 or 1297076. OLE color: 1297076.

HSL color Cylindrical-coordinate representation of color #B4CA13: hue angle of 67.21º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4CA13 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB18020219-
CMYK0.1100.910.21
HSL67.21º82.81%43.33%-
HSV(B)67.21º90.59%79.22%-
XYZ40.0651.998.54-
YUV174.5640.21131.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 202 (79.30% from 255) = 50.37%
BLUE value IS 19 (7.81% from 255) = 4.74%
R=44.89%
G=50.37%
B=4.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180202190.1100.910.2167.2182.8143.33
HexB4CA13B05B1543532b
Octal264312231301332510312353
Binary1011010011001010100111011010110111010110000111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA13; }

 p { color: rgb(180,202,19); }

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

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

 a { background-color: rgb(180,202,19); }

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

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

 span { border-color: rgb(180,202,19); }

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