#5BA610

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

Shades of Christi #5BA610

Tints of Christi #5BA610

Color information

#5BA610 (or 0x5BA610) is unknown color: approx Christi. HEX triplet: 5B, A6 and 10. RGB value is (91,166,16). Sum of RGB (Red+Green+Blue) = 91+166+16=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 166 (65.23% from 255 or 60.81% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA610 is #A459EF. Grayscale: #7F7F7F. Windows color (decimal): -10770928 or 1091163. OLE color: 1091163.

HSL color Cylindrical-coordinate representation of color #5BA610: hue angle of 90º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5BA610 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB9116616-
CMYK0.4500.900.35
HSL90º82.42%35.69%-
HSV(B)90º90.36%65.1%-
XYZ18.0429.535.24-
YUV126.4865.65102.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.33%
GREEN value IS 166 (65.23% from 255) = 60.81%
BLUE value IS 16 (6.64% from 255) = 5.86%
R=33.33%
G=60.81%
B=5.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91166160.4500.900.359082.4235.69
Hex5BA6102D05A235a5224
Octal133246205501324313212244
Binary101101110100110100001011010101101010001110110101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,166,16); }

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

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

 a { background-color: rgb(91,166,16); }

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

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

 span { border-color: rgb(91,166,16); }

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