Html Css Color HEX #95A54B Green Smoke

📋 copy color: '#95A54B'

red 149 ◦ green 165 ◦ blue 75

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

Shades of Green Smoke #95A54B

Tints of Green Smoke #95A54B

RGB

 RED value IS 149 (58.59% from 255) = 38.3%

 GREEN value IS 165 (64.84% from 255) = 42.42%

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

R = 38.3%
G = 42.42%
B = 19.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#95A54B (or 0x95A54B) is known color: Green Smoke. HEX triplet: 95, A5 and 4B. RGB value is (149,165,75). Sum of RGB (Red+Green+Blue) = 149+165+75=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #95A54B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A54B is #6A5AB4. Grayscale: #969696. Windows color (decimal): -6970037 or 4957589. OLE color: 4957589.

HSL color Cylindrical-coordinate representation of color #95A54B: hue angle of 70.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95A54B is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 165 75 -
CMYK 0.10 0 0.55 0.35
HSL 70.67º 0.38% 0.47% -
HSV(B) 70.67º 0.55% 0.65% -
XYZ 27.12 33.81 11.75 -
YUV 149.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 149 165 75 0.10 0 0.55 0.35 70.67 0.38 0.47
Hex 95 A5 4B A 0 37 23 47 26 2F
Octal 225 245 113 12 0 67 43 107 46 57
Binary 10010101 10100101 1001011 1010 0 110111 100011 1000111 100110 101111

Color Harmonies of #95A54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A54B

Black with #95A54B

Text Example


Text Example

White with #95A54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A54B; }

 p { color: rgb(149,165,75); }

 H1.HeaderClassName
 {
   color: #95A54B;
 }
 .AnyTagClassName
 {
   color: #95A54B;
 }
</style>

background-color css

<style>
 a { background-color: #95A54B; }

 a { background-color: rgb(149,165,75); }

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

border-color css

<style>
 span { border-color: #95A54B; }

 span { border-color: rgb(149,165,75); }

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