Html Css Color HEX #9BAF4B Green Smoke

📋 copy color: '#9BAF4B'

red 155 ◦ green 175 ◦ blue 75

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

Shades of Green Smoke #9BAF4B

Tints of Green Smoke #9BAF4B

RGB

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

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

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

R = 38.27%
G = 43.21%
B = 18.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#9BAF4B (or 0x9BAF4B) is known color: Green Smoke. HEX triplet: 9B, AF and 4B. RGB value is (155,175,75). Sum of RGB (Red+Green+Blue) = 155+175+75=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF4B is #6450B4. Grayscale: #9E9E9E. Windows color (decimal): -6574261 or 4960155. OLE color: 4960155.

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

Color convert

RGB 155 175 75 -
CMYK 0.11 0 0.57 0.31
HSL 72º 0.4% 0.49% -
HSV(B) 72º 0.57% 0.69% -
XYZ 30.12 38.14 12.43 -
YUV 157.62 81.37 126.13 -
System Red Green Blue C M Y K H S L
Decimal 155 175 75 0.11 0 0.57 0.31 72 0.4 0.49
Hex 9B AF 4B B 0 39 1F 48 28 31
Octal 233 257 113 13 0 71 37 110 50 61
Binary 10011011 10101111 1001011 1011 0 111001 11111 1001000 101000 110001

Color Harmonies of #9BAF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF4B

Black with #9BAF4B

Text Example


Text Example

White with #9BAF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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