Html Css Color HEX #9BA268 Green Smoke

📋 copy color: '#9BA268'

red 155 ◦ green 162 ◦ blue 104

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

Shades of Green Smoke #9BA268

Tints of Green Smoke #9BA268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.7%

R = 36.82%
G = 38.48%
B = 24.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#9BA268 (or 0x9BA268) is known color: Green Smoke. HEX triplet: 9B, A2 and 68. RGB value is (155,162,104). Sum of RGB (Red+Green+Blue) = 155+162+104=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA268 is #645D97. Grayscale: #999999. Windows color (decimal): -6577560 or 6857371. OLE color: 6857371.

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

Color convert

RGB 155 162 104 -
CMYK 0.04 0 0.36 0.36
HSL 67.24º 0.24% 0.52% -
HSV(B) 67.24º 0.36% 0.64% -
XYZ 28.94 33.81 18.1 -
YUV 153.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 155 162 104 0.04 0 0.36 0.36 67.24 0.24 0.52
Hex 9B A2 68 4 0 24 24 43 18 34
Octal 233 242 150 4 0 44 44 103 30 64
Binary 10011011 10100010 1101000 100 0 100100 100100 1000011 11000 110100

Color Harmonies of #9BA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA268

Black with #9BA268

Text Example


Text Example

White with #9BA268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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