#5BA506

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

Shades of Christi #5BA506

Tints of Christi #5BA506

Color information

#5BA506 (or 0x5BA506) is unknown color: approx Christi. HEX triplet: 5B, A5 and 06. RGB value is (91,165,6). Sum of RGB (Red+Green+Blue) = 91+165+6=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 165 (64.84% from 255 or 62.98% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA506 is #A45AF9. Grayscale: #7D7D7D. Windows color (decimal): -10771194 or 435547. OLE color: 435547.

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

Color convert

RGB911656-
CMYK0.4500.960.35
HSL87.92º92.98%33.53%-
HSV(B)87.92º96.36%64.71%-
XYZ17.829.154.86-
YUV124.7560.98103.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.73%
GREEN value IS 165 (64.84% from 255) = 62.98%
BLUE value IS 6 (2.73% from 255) = 2.29%
R=34.73%
G=62.98%
B=2.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9116560.4500.960.3587.9292.9833.53
Hex5BA562D06023585d22
Octal13324565501404313013542
Binary1011011101001011101011010110000010001110110001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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