Html Css Color HEX #9CA06C Avocado

📋 copy color: '#9CA06C'

red 156 ◦ green 160 ◦ blue 108

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

Shades of Avocado #9CA06C

Tints of Avocado #9CA06C

RGB

 RED value IS 156 (61.33% from 255) = 36.79%

 GREEN value IS 160 (62.89% from 255) = 37.74%

 BLUE value IS 108 (42.58% from 255) = 25.47%

R = 36.79%
G = 37.74%
B = 25.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#9CA06C (or 0x9CA06C) is known color: Avocado. HEX triplet: 9C, A0 and 6C. RGB value is (156,160,108). Sum of RGB (Red+Green+Blue) = 156+160+108=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA06C is #635F93. Grayscale: #999999. Windows color (decimal): -6512532 or 7119004. OLE color: 7119004.

HSL color Cylindrical-coordinate representation of color #9CA06C: hue angle of 64.62º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CA06C is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 160 108 -
CMYK 0.02 0 0.32 0.37
HSL 64.62º 0.21% 0.53% -
HSV(B) 64.62º 0.33% 0.63% -
XYZ 28.99 33.29 19.09 -
YUV 152.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 156 160 108 0.02 0 0.32 0.37 64.62 0.21 0.53
Hex 9C A0 6C 2 0 20 25 41 15 35
Octal 234 240 154 2 0 40 45 101 25 65
Binary 10011100 10100000 1101100 10 0 100000 100101 1000001 10101 110101

Color Harmonies of #9CA06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA06C

Black with #9CA06C

Text Example


Text Example

White with #9CA06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CA06C; }

 p { color: rgb(156,160,108); }

 H1.HeaderClassName
 {
   color: #9CA06C;
 }
 .AnyTagClassName
 {
   color: #9CA06C;
 }
</style>

background-color css

<style>
 a { background-color: #9CA06C; }

 a { background-color: rgb(156,160,108); }

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

border-color css

<style>
 span { border-color: #9CA06C; }

 span { border-color: rgb(156,160,108); }

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