#B3CA13

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

Shades of Rio Grande #B3CA13

Tints of Rio Grande #B3CA13

Color information

#B3CA13 (or 0xB3CA13) is unknown color: approx Rio Grande. HEX triplet: B3, CA and 13. RGB value is (179,202,19). Sum of RGB (Red+Green+Blue) = 179+202+19=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3CA13 is #4C35EC. Grayscale: #AEAEAE. Windows color (decimal): -4994541 or 1297075. OLE color: 1297075.

HSL color Cylindrical-coordinate representation of color #B3CA13: hue angle of 67.54º 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 #B3CA13 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB17920219-
CMYK0.1100.910.21
HSL67.54º82.81%43.33%-
HSV(B)67.54º90.59%79.22%-
XYZ39.8351.878.53-
YUV174.2640.38131.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.75%
GREEN value IS 202 (79.30% from 255) = 50.5%
BLUE value IS 19 (7.81% from 255) = 4.75%
R=44.75%
G=50.5%
B=4.75%

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
Decimal179202190.1100.910.2167.5482.8143.33
HexB3CA13B05B1544532b
Octal263312231301332510412353
Binary1011001111001010100111011010110111010110001001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA13; }

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

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

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

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

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

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

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

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