Html Css Color HEX #9BAF69 Green Smoke

📋 copy color: '#9BAF69'

red 155 ◦ green 175 ◦ blue 105

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

Shades of Green Smoke #9BAF69

Tints of Green Smoke #9BAF69

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.23%

 BLUE value IS 105 (41.41% from 255) = 24.14%

R = 35.63%
G = 40.23%
B = 24.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#9BAF69 (or 0x9BAF69) is known color: Green Smoke. HEX triplet: 9B, AF and 69. RGB value is (155,175,105). Sum of RGB (Red+Green+Blue) = 155+175+105=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF69 is #645096. Grayscale: #A1A1A1. Windows color (decimal): -6574231 or 6926235. OLE color: 6926235.

HSL color Cylindrical-coordinate representation of color #9BAF69: hue angle of 77.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BAF69 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 175 105 -
CMYK 0.11 0 0.40 0.31
HSL 77.14º 0.3% 0.55% -
HSV(B) 77.14º 0.4% 0.69% -
XYZ 31.4 38.65 19.17 -
YUV 161.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 155 175 105 0.11 0 0.40 0.31 77.14 0.3 0.55
Hex 9B AF 69 B 0 28 1F 4D 1E 37
Octal 233 257 151 13 0 50 37 115 36 67
Binary 10011011 10101111 1101001 1011 0 101000 11111 1001101 11110 110111

Color Harmonies of #9BAF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF69

Black with #9BAF69

Text Example


Text Example

White with #9BAF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,105); }

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

background-color css

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

 a { background-color: rgb(155,175,105); }

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

border-color css

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

 span { border-color: rgb(155,175,105); }

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