#126B21

Color #126B21 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #126B21

Tints of Camarone #126B21

Color information

#126B21 (or 0x126B21) is unknown color: approx Camarone. HEX triplet: 12, 6B and 21. RGB value is (18,107,33). Sum of RGB (Red+Green+Blue) = 18+107+33=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 107 (42.19% from 255 or 67.72% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 107 - color contains mainly: green. Hex color #126B21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126B21 is #ED94DE. Grayscale: #484848. Windows color (decimal): -15570143 or 2190098. OLE color: 2190098.

HSL color Cylindrical-coordinate representation of color #126B21: hue angle of 130.11º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126B21 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1810733-
CMYK0.8300.690.58
HSL130.11º71.2%24.51%-
HSV(B)130.11º83.18%41.96%-
XYZ5.7810.753.21-
YUV71.95106.0189.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 107 (42.19% from 255) = 67.72%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=11.39%
G=67.72%
B=20.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18107330.8300.690.58130.1171.224.51
Hex126B21530453A824719
Octal221534112301057220210731
Binary10010110101110000110100110100010111101010000010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126B21; }

 p { color: rgb(18,107,33); }

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

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

 a { background-color: rgb(18,107,33); }

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

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

 span { border-color: rgb(18,107,33); }

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