Html Css Color HEX #9CA084 Locust

📋 copy color: '#9CA084'

red 156 ◦ green 160 ◦ blue 132

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

Shades of Locust #9CA084

Tints of Locust #9CA084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.46%

R = 34.82%
G = 35.71%
B = 29.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#9CA084 (or 0x9CA084) is known color: Locust. HEX triplet: 9C, A0 and 84. RGB value is (156,160,132). Sum of RGB (Red+Green+Blue) = 156+160+132=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA084 is #635F7B. Grayscale: #9B9B9B. Windows color (decimal): -6512508 or 8691868. OLE color: 8691868.

HSL color Cylindrical-coordinate representation of color #9CA084: hue angle of 68.57º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CA084 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 160 132 -
CMYK 0.02 0 0.17 0.37
HSL 68.57º 0.13% 0.57% -
HSV(B) 68.57º 0.18% 0.63% -
XYZ 30.45 33.88 26.76 -
YUV 155.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 156 160 132 0.02 0 0.17 0.37 68.57 0.13 0.57
Hex 9C A0 84 2 0 11 25 45 D 39
Octal 234 240 204 2 0 21 45 105 15 71
Binary 10011100 10100000 10000100 10 0 10001 100101 1000101 1101 111001

Color Harmonies of #9CA084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA084

Black with #9CA084

Text Example


Text Example

White with #9CA084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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