Html Css Color HEX #6ABB32 Apple

📋 copy color: '#6ABB32'

red 106 ◦ green 187 ◦ blue 50

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

Shades of Apple #6ABB32

Tints of Apple #6ABB32

RGB

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

 GREEN value IS 187 (73.44% from 255) = 54.52%

 BLUE value IS 50 (19.92% from 255) = 14.58%

R = 30.9%
G = 54.52%
B = 14.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#6ABB32 (or 0x6ABB32) is known color: Apple. HEX triplet: 6A, BB and 32. RGB value is (106,187,50). Sum of RGB (Red+Green+Blue) = 106+187+50=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABB32 is #9544CD. Grayscale: #939393. Windows color (decimal): -9782478 or 3324778. OLE color: 3324778.

HSL color Cylindrical-coordinate representation of color #6ABB32: hue angle of 95.47º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6ABB32 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 187 50 -
CMYK 0.43 0 0.73 0.27
HSL 95.47º 0.58% 0.46% -
HSV(B) 95.47º 0.73% 0.73% -
XYZ 24.29 38.84 9.23 -
YUV 147.16 73.16 98.64 -
System Red Green Blue C M Y K H S L
Decimal 106 187 50 0.43 0 0.73 0.27 95.47 0.58 0.46
Hex 6A BB 32 2B 0 49 1B 5F 3A 2E
Octal 152 273 62 53 0 111 33 137 72 56
Binary 1101010 10111011 110010 101011 0 1001001 11011 1011111 111010 101110

Color Harmonies of #6ABB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABB32

Black with #6ABB32

Text Example


Text Example

White with #6ABB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,187,50); }

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

background-color css

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

 a { background-color: rgb(106,187,50); }

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

border-color css

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

 span { border-color: rgb(106,187,50); }

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