#5BA502

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

Shades of Christi #5BA502

Tints of Christi #5BA502

Color information

#5BA502 (or 0x5BA502) is unknown color: approx Christi. HEX triplet: 5B, A5 and 02. RGB value is (91,165,2). Sum of RGB (Red+Green+Blue) = 91+165+2=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 165 (64.84% from 255 or 63.95% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA502 is #A45AFD. Grayscale: #7C7C7C. Windows color (decimal): -10771198 or 173403. OLE color: 173403.

HSL color Cylindrical-coordinate representation of color #5BA502: hue angle of 87.24º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5BA502 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB911652-
CMYK0.4500.990.35
HSL87.24º97.6%32.75%-
HSV(B)87.24º98.79%64.71%-
XYZ17.7829.144.74-
YUV124.2958.98104.25-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.27%
GREEN value IS 165 (64.84% from 255) = 63.95%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=35.27%
G=63.95%
B=0.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9116520.4500.990.3587.2497.632.75
Hex5BA522D06323576221
Octal13324525501434312714241
Binary101101110100101101011010110001110001110101111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,165,2); }

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

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

 a { background-color: rgb(91,165,2); }

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

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

 span { border-color: rgb(91,165,2); }

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