Html Css Color HEX #9CA85B Green Smoke

📋 copy color: '#9CA85B'

red 156 ◦ green 168 ◦ blue 91

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

Shades of Green Smoke #9CA85B

Tints of Green Smoke #9CA85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.48%

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

R = 37.59%
G = 40.48%
B = 21.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#9CA85B (or 0x9CA85B) is known color: Green Smoke. HEX triplet: 9C, A8 and 5B. RGB value is (156,168,91). Sum of RGB (Red+Green+Blue) = 156+168+91=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA85B is #6357A4. Grayscale: #9B9B9B. Windows color (decimal): -6510501 or 6006940. OLE color: 6006940.

HSL color Cylindrical-coordinate representation of color #9CA85B: hue angle of 69.35º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CA85B is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 156 168 91 -
CMYK 0.07 0 0.46 0.34
HSL 69.35º 0.31% 0.51% -
HSV(B) 69.35º 0.46% 0.66% -
XYZ 29.6 35.83 15.25 -
YUV 155.63 91.52 128.26 -
System Red Green Blue C M Y K H S L
Decimal 156 168 91 0.07 0 0.46 0.34 69.35 0.31 0.51
Hex 9C A8 5B 7 0 2E 22 45 1F 33
Octal 234 250 133 7 0 56 42 105 37 63
Binary 10011100 10101000 1011011 111 0 101110 100010 1000101 11111 110011

Color Harmonies of #9CA85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA85B

Black with #9CA85B

Text Example


Text Example

White with #9CA85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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