Html Css Color HEX #5CBA48 Apple

📋 copy color: '#5CBA48'

red 92 ◦ green 186 ◦ blue 72

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

Shades of Apple #5CBA48

Tints of Apple #5CBA48

RGB

 RED value IS 92 (36.33% from 255) = 26.29%

 GREEN value IS 186 (73.05% from 255) = 53.14%

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 26.29%
G = 53.14%
B = 20.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#5CBA48 (or 0x5CBA48) is known color: Apple. HEX triplet: 5C, BA and 48. RGB value is (92,186,72). Sum of RGB (Red+Green+Blue) = 92+186+72=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBA48 is #A345B7. Grayscale: #919191. Windows color (decimal): -10700216 or 4766300. OLE color: 4766300.

HSL color Cylindrical-coordinate representation of color #5CBA48: hue angle of 109.47º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CBA48 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 186 72 -
CMYK 0.51 0 0.61 0.27
HSL 109.47º 0.45% 0.51% -
HSV(B) 109.47º 0.61% 0.73% -
XYZ 23.14 37.86 12.22 -
YUV 144.9 86.86 90.27 -
System Red Green Blue C M Y K H S L
Decimal 92 186 72 0.51 0 0.61 0.27 109.47 0.45 0.51
Hex 5C BA 48 33 0 3D 1B 6D 2D 33
Octal 134 272 110 63 0 75 33 155 55 63
Binary 1011100 10111010 1001000 110011 0 111101 11011 1101101 101101 110011

Color Harmonies of #5CBA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBA48

Black with #5CBA48

Text Example


Text Example

White with #5CBA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,186,72); }

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

background-color css

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

 a { background-color: rgb(92,186,72); }

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

border-color css

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

 span { border-color: rgb(92,186,72); }

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