#6BBC16

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

Shades of Christi #6BBC16

Tints of Christi #6BBC16

Color information

#6BBC16 (or 0x6BBC16) is unknown color: approx Christi. HEX triplet: 6B, BC and 16. RGB value is (107,188,22). Sum of RGB (Red+Green+Blue) = 107+188+22=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BBC16 is #9443E9. Grayscale: #919191. Windows color (decimal): -9716714 or 1490027. OLE color: 1490027.

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

Color convert

RGB10718822-
CMYK0.4300.880.26
HSL89.28º79.05%41.18%-
HSV(B)89.28º88.3%73.73%-
XYZ24.1939.157.04-
YUV144.8658.66101-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.75%
GREEN value IS 188 (73.83% from 255) = 59.31%
BLUE value IS 22 (8.98% from 255) = 6.94%
R=33.75%
G=59.31%
B=6.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal107188220.4300.880.2689.2879.0541.18
Hex6BBC162B0581A594f29
Octal153274265301303213111751
Binary11010111011110010110101011010110001101010110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,188,22); }

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

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

 a { background-color: rgb(107,188,22); }

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

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

 span { border-color: rgb(107,188,22); }

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