#6CBE16

Color #6CBE16 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6CBE16

Tints of Christi #6CBE16

Color information

#6CBE16 (or 0x6CBE16) is unknown color: approx Christi. HEX triplet: 6C, BE and 16. RGB value is (108,190,22). Sum of RGB (Red+Green+Blue) = 108+190+22=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 190 (74.61% from 255 or 59.38% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBE16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBE16 is #9341E9. Grayscale: #929292. Windows color (decimal): -9650666 or 1490540. OLE color: 1490540.

HSL color Cylindrical-coordinate representation of color #6CBE16: hue angle of 89.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6CBE16 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB10819022-
CMYK0.4300.880.25
HSL89.29º79.25%41.57%-
HSV(B)89.29º88.42%74.51%-
XYZ24.7440.077.19-
YUV146.3357.83100.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 190 (74.61% from 255) = 59.38%
BLUE value IS 22 (8.98% from 255) = 6.88%
R=33.75%
G=59.38%
B=6.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108190220.4300.880.2589.2979.2541.57
Hex6CBE162B05819594f2a
Octal154276265301303113111752
Binary11011001011111010110101011010110001100110110011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CBE16; }

 p { color: rgb(108,190,22); }

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

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

 a { background-color: rgb(108,190,22); }

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

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

 span { border-color: rgb(108,190,22); }

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