Html Css Color HEX #99B14B Green Smoke

📋 copy color: '#99B14B'

red 153 ◦ green 177 ◦ blue 75

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

Shades of Green Smoke #99B14B

Tints of Green Smoke #99B14B

RGB

 RED value IS 153 (60.16% from 255) = 37.78%

 GREEN value IS 177 (69.53% from 255) = 43.7%

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

R = 37.78%
G = 43.7%
B = 18.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#99B14B (or 0x99B14B) is known color: Green Smoke. HEX triplet: 99, B1 and 4B. RGB value is (153,177,75). Sum of RGB (Red+Green+Blue) = 153+177+75=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 177 - color contains mainly: green. Hex color #99B14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B14B is #664EB4. Grayscale: #9E9E9E. Windows color (decimal): -6704821 or 4960665. OLE color: 4960665.

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

Color convert

RGB 153 177 75 -
CMYK 0.14 0 0.58 0.31
HSL 74.12º 0.4% 0.49% -
HSV(B) 74.12º 0.58% 0.69% -
XYZ 30.13 38.72 12.54 -
YUV 158.2 81.05 124.29 -
System Red Green Blue C M Y K H S L
Decimal 153 177 75 0.14 0 0.58 0.31 74.12 0.4 0.49
Hex 99 B1 4B E 0 3A 1F 4A 28 31
Octal 231 261 113 16 0 72 37 112 50 61
Binary 10011001 10110001 1001011 1110 0 111010 11111 1001010 101000 110001

Color Harmonies of #99B14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B14B

Black with #99B14B

Text Example


Text Example

White with #99B14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99B14B; }

 p { color: rgb(153,177,75); }

 H1.HeaderClassName
 {
   color: #99B14B;
 }
 .AnyTagClassName
 {
   color: #99B14B;
 }
</style>

background-color css

<style>
 a { background-color: #99B14B; }

 a { background-color: rgb(153,177,75); }

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

border-color css

<style>
 span { border-color: #99B14B; }

 span { border-color: rgb(153,177,75); }

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