#5C9C05

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

Shades of Christi #5C9C05

Tints of Christi #5C9C05

Color information

#5C9C05 (or 0x5C9C05) is unknown color: approx Christi. HEX triplet: 5C, 9C and 05. RGB value is (92,156,5). Sum of RGB (Red+Green+Blue) = 92+156+5=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 156 (61.33% from 255 or 61.66% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 156 - color contains mainly: green. Hex color #5C9C05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9C05 is #A363FA. Grayscale: #787878. Windows color (decimal): -10707963 or 367708. OLE color: 367708.

HSL color Cylindrical-coordinate representation of color #5C9C05: hue angle of 85.43º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C9C05 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB921565-
CMYK0.4100.970.39
HSL85.43º93.79%31.57%-
HSV(B)85.43º96.79%61.18%-
XYZ16.3326.064.31-
YUV119.6563.3108.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.36%
GREEN value IS 156 (61.33% from 255) = 61.66%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=36.36%
G=61.66%
B=1.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9215650.4100.970.3985.4393.7931.57
Hex5C9C52906127555e20
Octal13423455101414712513640
Binary1011100100111001011010010110000110011110101011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C9C05; }

 p { color: rgb(92,156,5); }

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

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

 a { background-color: rgb(92,156,5); }

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

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

 span { border-color: rgb(92,156,5); }

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