#5BA309

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

Shades of Christi #5BA309

Tints of Christi #5BA309

Color information

#5BA309 (or 0x5BA309) is unknown color: approx Christi. HEX triplet: 5B, A3 and 09. RGB value is (91,163,9). Sum of RGB (Red+Green+Blue) = 91+163+9=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 163 (64.06% from 255 or 61.98% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA309 is #A45CF6. Grayscale: #7C7C7C. Windows color (decimal): -10771703 or 631643. OLE color: 631643.

HSL color Cylindrical-coordinate representation of color #5BA309: hue angle of 88.05º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5BA309 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB911639-
CMYK0.4400.940.36
HSL88.05º89.53%33.73%-
HSV(B)88.05º94.48%63.92%-
XYZ17.4628.444.83-
YUV123.9263.15104.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.60%
GREEN value IS 163 (64.06% from 255) = 61.98%
BLUE value IS 9 (3.91% from 255) = 3.42%
R=34.60%
G=61.98%
B=3.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9116390.4400.940.3688.0589.5333.73
Hex5BA392C05E24585a22
Octal133243115401364413013242
Binary10110111010001110011011000101111010010010110001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,163,9); }

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

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

 a { background-color: rgb(91,163,9); }

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

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

 span { border-color: rgb(91,163,9); }

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