#5C9C01

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

Shades of Christi #5C9C01

Tints of Christi #5C9C01

Color information

#5C9C01 (or 0x5C9C01) is unknown color: approx Christi. HEX triplet: 5C, 9C and 01. RGB value is (92,156,1). Sum of RGB (Red+Green+Blue) = 92+156+1=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 156 (61.33% from 255 or 62.65% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 156 - color contains mainly: green. Hex color #5C9C01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9C01 is #A363FE. Grayscale: #777777. Windows color (decimal): -10707967 or 105564. OLE color: 105564.

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

Color convert

RGB921561-
CMYK0.4100.990.39
HSL84.77º98.73%30.78%-
HSV(B)84.77º99.36%61.18%-
XYZ16.3126.054.2-
YUV119.1961.3108.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.95%
GREEN value IS 156 (61.33% from 255) = 62.65%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=36.95%
G=62.65%
B=0.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9215610.4100.990.3984.7798.7330.78
Hex5C9C1290632755631f
Octal13423415101434712514337
Binary1011100100111001101001011000111001111010101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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