Html Css Color HEX #9BA25C Green Smoke

📋 copy color: '#9BA25C'

red 155 ◦ green 162 ◦ blue 92

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

Shades of Green Smoke #9BA25C

Tints of Green Smoke #9BA25C

RGB

 RED value IS 155 (60.94% from 255) = 37.9%

 GREEN value IS 162 (63.67% from 255) = 39.61%

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

R = 37.9%
G = 39.61%
B = 22.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#9BA25C (or 0x9BA25C) is known color: Green Smoke. HEX triplet: 9B, A2 and 5C. RGB value is (155,162,92). Sum of RGB (Red+Green+Blue) = 155+162+92=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA25C is #645DA3. Grayscale: #989898. Windows color (decimal): -6577572 or 6070939. OLE color: 6070939.

HSL color Cylindrical-coordinate representation of color #9BA25C: hue angle of 66º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BA25C is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 162 92 -
CMYK 0.04 0 0.43 0.36
HSL 66º 0.28% 0.5% -
HSV(B) 66º 0.43% 0.64% -
XYZ 28.37 33.58 15.11 -
YUV 151.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 155 162 92 0.04 0 0.43 0.36 66 0.28 0.5
Hex 9B A2 5C 4 0 2B 24 42 1C 32
Octal 233 242 134 4 0 53 44 102 34 62
Binary 10011011 10100010 1011100 100 0 101011 100100 1000010 11100 110010

Color Harmonies of #9BA25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA25C

Black with #9BA25C

Text Example


Text Example

White with #9BA25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,162,92); }

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

background-color css

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

 a { background-color: rgb(155,162,92); }

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

border-color css

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

 span { border-color: rgb(155,162,92); }

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