Html Css Color HEX #5BAB52 Apple

📋 copy color: '#5BAB52'

red 91 ◦ green 171 ◦ blue 82

#5BAB52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #5BAB52

Tints of Apple #5BAB52

RGB

 RED value IS 91 (35.94% from 255) = 26.45%

 GREEN value IS 171 (67.19% from 255) = 49.71%

 BLUE value IS 82 (32.42% from 255) = 23.84%

R = 26.45%
G = 49.71%
B = 23.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#5BAB52 (or 0x5BAB52) is known color: Apple. HEX triplet: 5B, AB and 52. RGB value is (91,171,82). Sum of RGB (Red+Green+Blue) = 91+171+82=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB52 is #A454AD. Grayscale: #898989. Windows color (decimal): -10769582 or 5417819. OLE color: 5417819.

HSL color Cylindrical-coordinate representation of color #5BAB52: hue angle of 113.93º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BAB52 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 171 82 -
CMYK 0.47 0 0.52 0.33
HSL 113.93º 0.35% 0.5% -
HSV(B) 113.93º 0.52% 0.67% -
XYZ 20.4 31.96 13.08 -
YUV 136.93 97 95.24 -
System Red Green Blue C M Y K H S L
Decimal 91 171 82 0.47 0 0.52 0.33 113.93 0.35 0.5
Hex 5B AB 52 2F 0 34 21 72 23 32
Octal 133 253 122 57 0 64 41 162 43 62
Binary 1011011 10101011 1010010 101111 0 110100 100001 1110010 100011 110010

Color Harmonies of #5BAB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAB52

Black with #5BAB52

Text Example


Text Example

White with #5BAB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,171,82); }

 H1.HeaderClassName
 {
   color: #5BAB52;
 }
 .AnyTagClassName
 {
   color: #5BAB52;
 }
</style>

background-color css

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

 a { background-color: rgb(91,171,82); }

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

border-color css

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

 span { border-color: rgb(91,171,82); }

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