Html Css Color HEX #9BA84B Green Smoke

📋 copy color: '#9BA84B'

red 155 ◦ green 168 ◦ blue 75

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

Shades of Green Smoke #9BA84B

Tints of Green Smoke #9BA84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.84%

R = 38.94%
G = 42.21%
B = 18.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#9BA84B (or 0x9BA84B) is known color: Green Smoke. HEX triplet: 9B, A8 and 4B. RGB value is (155,168,75). Sum of RGB (Red+Green+Blue) = 155+168+75=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA84B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA84B is #6457B4. Grayscale: #999999. Windows color (decimal): -6576053 or 4958363. OLE color: 4958363.

HSL color Cylindrical-coordinate representation of color #9BA84B: hue angle of 68.39º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BA84B is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 168 75 -
CMYK 0.08 0 0.55 0.34
HSL 68.39º 0.38% 0.48% -
HSV(B) 68.39º 0.55% 0.66% -
XYZ 28.79 35.48 11.99 -
YUV 153.51 83.69 129.06 -
System Red Green Blue C M Y K H S L
Decimal 155 168 75 0.08 0 0.55 0.34 68.39 0.38 0.48
Hex 9B A8 4B 8 0 37 22 44 26 30
Octal 233 250 113 10 0 67 42 104 46 60
Binary 10011011 10101000 1001011 1000 0 110111 100010 1000100 100110 110000

Color Harmonies of #9BA84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA84B

Black with #9BA84B

Text Example


Text Example

White with #9BA84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,168,75); }

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

background-color css

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

 a { background-color: rgb(155,168,75); }

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

border-color css

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

 span { border-color: rgb(155,168,75); }

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