Html Css Color HEX #9BA258 Green Smoke

📋 copy color: '#9BA258'

red 155 ◦ green 162 ◦ blue 88

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

Shades of Green Smoke #9BA258

Tints of Green Smoke #9BA258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.73%

R = 38.27%
G = 40%
B = 21.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#9BA258 (or 0x9BA258) is known color: Green Smoke. HEX triplet: 9B, A2 and 58. RGB value is (155,162,88). Sum of RGB (Red+Green+Blue) = 155+162+88=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA258 is #645DA7. Grayscale: #979797. Windows color (decimal): -6577576 or 5808795. OLE color: 5808795.

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

Color convert

RGB 155 162 88 -
CMYK 0.04 0 0.46 0.36
HSL 65.68º 0.3% 0.49% -
HSV(B) 65.68º 0.46% 0.64% -
XYZ 28.2 33.51 14.22 -
YUV 151.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 155 162 88 0.04 0 0.46 0.36 65.68 0.3 0.49
Hex 9B A2 58 4 0 2E 24 42 1E 31
Octal 233 242 130 4 0 56 44 102 36 61
Binary 10011011 10100010 1011000 100 0 101110 100100 1000010 11110 110001

Color Harmonies of #9BA258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA258

Black with #9BA258

Text Example


Text Example

White with #9BA258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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