Html Css Color HEX #9CAF5B Green Smoke

📋 copy color: '#9CAF5B'

red 156 ◦ green 175 ◦ blue 91

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

Shades of Green Smoke #9CAF5B

Tints of Green Smoke #9CAF5B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.47%

 BLUE value IS 91 (35.94% from 255) = 21.56%

R = 36.97%
G = 41.47%
B = 21.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#9CAF5B (or 0x9CAF5B) is known color: Green Smoke. HEX triplet: 9C, AF and 5B. RGB value is (156,175,91). Sum of RGB (Red+Green+Blue) = 156+175+91=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAF5B is #6350A4. Grayscale: #A0A0A0. Windows color (decimal): -6508709 or 6008732. OLE color: 6008732.

HSL color Cylindrical-coordinate representation of color #9CAF5B: hue angle of 73.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CAF5B is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 175 91 -
CMYK 0.11 0 0.48 0.31
HSL 73.57º 0.34% 0.52% -
HSV(B) 73.57º 0.48% 0.69% -
XYZ 30.93 38.48 15.7 -
YUV 159.74 89.21 125.33 -
System Red Green Blue C M Y K H S L
Decimal 156 175 91 0.11 0 0.48 0.31 73.57 0.34 0.52
Hex 9C AF 5B B 0 30 1F 4A 22 34
Octal 234 257 133 13 0 60 37 112 42 64
Binary 10011100 10101111 1011011 1011 0 110000 11111 1001010 100010 110100

Color Harmonies of #9CAF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAF5B

Black with #9CAF5B

Text Example


Text Example

White with #9CAF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,175,91); }

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

background-color css

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

 a { background-color: rgb(156,175,91); }

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

border-color css

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

 span { border-color: rgb(156,175,91); }

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