#5B9C04

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

Shades of Christi #5B9C04

Tints of Christi #5B9C04

Color information

#5B9C04 (or 0x5B9C04) is unknown color: approx Christi. HEX triplet: 5B, 9C and 04. RGB value is (91,156,4). Sum of RGB (Red+Green+Blue) = 91+156+4=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 156 (61.33% from 255 or 62.15% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 156 - color contains mainly: green. Hex color #5B9C04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9C04 is #A463FB. Grayscale: #777777. Windows color (decimal): -10773500 or 302171. OLE color: 302171.

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

Color convert

RGB911564-
CMYK0.4200.970.39
HSL85.66º95%31.37%-
HSV(B)85.66º97.44%61.18%-
XYZ16.2226.014.28-
YUV119.2462.97107.86-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.25%
GREEN value IS 156 (61.33% from 255) = 62.15%
BLUE value IS 4 (1.95% from 255) = 1.59%
R=36.25%
G=62.15%
B=1.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9115640.4200.970.3985.669531.37
Hex5B9C42A06127565f1f
Octal13323445201414712613737
Binary101101110011100100101010011000011001111010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,156,4); }

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

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

 a { background-color: rgb(91,156,4); }

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

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

 span { border-color: rgb(91,156,4); }

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