#B2CA13

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

Shades of Rio Grande #B2CA13

Tints of Rio Grande #B2CA13

Color information

#B2CA13 (or 0xB2CA13) is unknown color: approx Rio Grande. HEX triplet: B2, CA and 13. RGB value is (178,202,19). Sum of RGB (Red+Green+Blue) = 178+202+19=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CA13 is #4D35EC. Grayscale: #AEAEAE. Windows color (decimal): -5060077 or 1297074. OLE color: 1297074.

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

Color convert

RGB17820219-
CMYK0.1200.910.21
HSL67.87º82.81%43.33%-
HSV(B)67.87º90.59%79.22%-
XYZ39.651.758.52-
YUV173.9640.55130.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 19 (7.81% from 255) = 4.76%
R=44.61%
G=50.63%
B=4.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178202190.1200.910.2167.8782.8143.33
HexB2CA13C05B1544532b
Octal262312231401332510412353
Binary1011001011001010100111100010110111010110001001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA13; }

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

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

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

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

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

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

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

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