#5BA934

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

Shades of Apple #5BA934

Tints of Apple #5BA934

Color information

#5BA934 (or 0x5BA934) is unknown color: approx Apple. HEX triplet: 5B, A9 and 34. RGB value is (91,169,52). Sum of RGB (Red+Green+Blue) = 91+169+52=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA934 is #A456CB. Grayscale: #848484. Windows color (decimal): -10770124 or 3451227. OLE color: 3451227.

HSL color Cylindrical-coordinate representation of color #5BA934: hue angle of 100º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5BA934 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB9116952-
CMYK0.4600.690.34
HSL100º52.94%43.33%-
HSV(B)100º69.23%66.27%-
XYZ19.1230.858.2-
YUV132.3482.6698.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.17%
GREEN value IS 169 (66.41% from 255) = 54.17%
BLUE value IS 52 (20.70% from 255) = 16.67%
R=29.17%
G=54.17%
B=16.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91169520.4600.690.3410052.9443.33
Hex5BA9342E0452264352b
Octal13325164560105421446553
Binary101101110101001110100101110010001011000101100100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,169,52); }

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

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

 a { background-color: rgb(91,169,52); }

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

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

 span { border-color: rgb(91,169,52); }

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