#5BA400

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

Shades of Christi #5BA400

Tints of Christi #5BA400

Color information

#5BA400 (or 0x5BA400) is unknown color: approx Christi. HEX triplet: 5B, A4 and 00. RGB value is (91,164,0). Sum of RGB (Red+Green+Blue) = 91+164+0=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 164 (64.45% from 255 or 64.31% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA400 is #A45BFF. Grayscale: #7C7C7C. Windows color (decimal): -10771456 or 42075. OLE color: 42075.

HSL color Cylindrical-coordinate representation of color #5BA400: hue angle of 86.71º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5BA400 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB911640-
CMYK0.45010.36
HSL86.71º100%32.16%-
HSV(B)86.71º100%64.31%-
XYZ17.5928.784.63-
YUV123.4858.32104.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.69%
GREEN value IS 164 (64.45% from 255) = 64.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.69%
G=64.31%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9116400.45010.3686.7110032.16
Hex5BA402D06424576420
Octal13324405501444412714440
Binary10110111010010001011010110010010010010101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,164,0); }

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

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

 a { background-color: rgb(91,164,0); }

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

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

 span { border-color: rgb(91,164,0); }

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