Html Css Color HEX #9CB4A4 Summer Green

📋 copy color: '#9CB4A4'

red 156 ◦ green 180 ◦ blue 164

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

Shades of Summer Green #9CB4A4

Tints of Summer Green #9CB4A4

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36%

 BLUE value IS 164 (64.45% from 255) = 32.8%

R = 31.2%
G = 36%
B = 32.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#9CB4A4 (or 0x9CB4A4) is known color: Summer Green. HEX triplet: 9C, B4 and A4. RGB value is (156,180,164). Sum of RGB (Red+Green+Blue) = 156+180+164=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB4A4 is #634B5B. Grayscale: #ABABAB. Windows color (decimal): -6507356 or 10794140. OLE color: 10794140.

HSL color Cylindrical-coordinate representation of color #9CB4A4: hue angle of 140º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9CB4A4 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 180 164 -
CMYK 0.13 0 0.09 0.29
HSL 140º 0.14% 0.66% -
HSV(B) 140º 0.13% 0.71% -
XYZ 36.73 42.39 41.37 -
YUV 171 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 156 180 164 0.13 0 0.09 0.29 140 0.14 0.66
Hex 9C B4 A4 D 0 9 1D 8C E 42
Octal 234 264 244 15 0 11 35 214 16 102
Binary 10011100 10110100 10100100 1101 0 1001 11101 10001100 1110 1000010

Color Harmonies of #9CB4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB4A4

Black with #9CB4A4

Text Example


Text Example

White with #9CB4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,180,164); }

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

background-color css

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

 a { background-color: rgb(156,180,164); }

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

border-color css

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

 span { border-color: rgb(156,180,164); }

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