Html Css Color HEX #6ABD53 Apple

📋 copy color: '#6ABD53'

red 106 ◦ green 189 ◦ blue 83

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

Shades of Apple #6ABD53

Tints of Apple #6ABD53

RGB

 RED value IS 106 (41.8% from 255) = 28.04%

 GREEN value IS 189 (74.22% from 255) = 50%

 BLUE value IS 83 (32.81% from 255) = 21.96%

R = 28.04%
G = 50%
B = 21.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#6ABD53 (or 0x6ABD53) is known color: Apple. HEX triplet: 6A, BD and 53. RGB value is (106,189,83). Sum of RGB (Red+Green+Blue) = 106+189+83=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABD53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABD53 is #9542AC. Grayscale: #989898. Windows color (decimal): -9781933 or 5487978. OLE color: 5487978.

HSL color Cylindrical-coordinate representation of color #6ABD53: hue angle of 106.98º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6ABD53 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 189 83 -
CMYK 0.44 0 0.56 0.26
HSL 106.98º 0.45% 0.53% -
HSV(B) 106.98º 0.56% 0.74% -
XYZ 25.7 40.08 14.57 -
YUV 152.1 89 95.12 -
System Red Green Blue C M Y K H S L
Decimal 106 189 83 0.44 0 0.56 0.26 106.98 0.45 0.53
Hex 6A BD 53 2C 0 38 1A 6B 2D 35
Octal 152 275 123 54 0 70 32 153 55 65
Binary 1101010 10111101 1010011 101100 0 111000 11010 1101011 101101 110101

Color Harmonies of #6ABD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABD53

Black with #6ABD53

Text Example


Text Example

White with #6ABD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ABD53; }

 p { color: rgb(106,189,83); }

 H1.HeaderClassName
 {
   color: #6ABD53;
 }
 .AnyTagClassName
 {
   color: #6ABD53;
 }
</style>

background-color css

<style>
 a { background-color: #6ABD53; }

 a { background-color: rgb(106,189,83); }

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

border-color css

<style>
 span { border-color: #6ABD53; }

 span { border-color: rgb(106,189,83); }

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