Html Css Color HEX #9CB75C Green Smoke

📋 copy color: '#9CB75C'

red 156 ◦ green 183 ◦ blue 92

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

Shades of Green Smoke #9CB75C

Tints of Green Smoke #9CB75C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.46%

 BLUE value IS 92 (36.33% from 255) = 21.35%

R = 36.19%
G = 42.46%
B = 21.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#9CB75C (or 0x9CB75C) is known color: Green Smoke. HEX triplet: 9C, B7 and 5C. RGB value is (156,183,92). Sum of RGB (Red+Green+Blue) = 156+183+92=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB75C is #6348A3. Grayscale: #A4A4A4. Windows color (decimal): -6506660 or 6076316. OLE color: 6076316.

HSL color Cylindrical-coordinate representation of color #9CB75C: hue angle of 77.8º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CB75C is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 183 92 -
CMYK 0.15 0 0.50 0.28
HSL 77.8º 0.39% 0.54% -
HSV(B) 77.8º 0.5% 0.72% -
XYZ 32.58 41.71 16.46 -
YUV 164.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 156 183 92 0.15 0 0.50 0.28 77.8 0.39 0.54
Hex 9C B7 5C F 0 32 1C 4E 27 36
Octal 234 267 134 17 0 62 34 116 47 66
Binary 10011100 10110111 1011100 1111 0 110010 11100 1001110 100111 110110

Color Harmonies of #9CB75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB75C

Black with #9CB75C

Text Example


Text Example

White with #9CB75C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,183,92); }

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

background-color css

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

 a { background-color: rgb(156,183,92); }

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

border-color css

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

 span { border-color: rgb(156,183,92); }

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