Html Css Color HEX #9CB8A2 Summer Green

📋 copy color: '#9CB8A2'

red 156 ◦ green 184 ◦ blue 162

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

Shades of Summer Green #9CB8A2

Tints of Summer Green #9CB8A2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.65%

 BLUE value IS 162 (63.67% from 255) = 32.27%

R = 31.08%
G = 36.65%
B = 32.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#9CB8A2 (or 0x9CB8A2) is known color: Summer Green. HEX triplet: 9C, B8 and A2. RGB value is (156,184,162). Sum of RGB (Red+Green+Blue) = 156+184+162=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB8A2 is #63475D. Grayscale: #ADADAD. Windows color (decimal): -6506334 or 10664092. OLE color: 10664092.

HSL color Cylindrical-coordinate representation of color #9CB8A2: hue angle of 132.86º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CB8A2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 184 162 -
CMYK 0.15 0 0.12 0.28
HSL 132.86º 0.16% 0.67% -
HSV(B) 132.86º 0.15% 0.72% -
XYZ 37.37 43.96 40.7 -
YUV 173.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 156 184 162 0.15 0 0.12 0.28 132.86 0.16 0.67
Hex 9C B8 A2 F 0 C 1C 85 10 43
Octal 234 270 242 17 0 14 34 205 20 103
Binary 10011100 10111000 10100010 1111 0 1100 11100 10000101 10000 1000011

Color Harmonies of #9CB8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB8A2

Black with #9CB8A2

Text Example


Text Example

White with #9CB8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,184,162); }

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

background-color css

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

 a { background-color: rgb(156,184,162); }

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

border-color css

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

 span { border-color: rgb(156,184,162); }

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