Html Css Color HEX #909952 Green Smoke

📋 copy color: '#909952'

red 144 ◦ green 153 ◦ blue 82

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

Shades of Green Smoke #909952

Tints of Green Smoke #909952

RGB

 RED value IS 144 (56.64% from 255) = 37.99%

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 82 (32.42% from 255) = 21.64%

R = 37.99%
G = 40.37%
B = 21.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#909952 (or 0x909952) is known color: Green Smoke. HEX triplet: 90, 99 and 52. RGB value is (144,153,82). Sum of RGB (Red+Green+Blue) = 144+153+82=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #909952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909952 is #6F66AD. Grayscale: #8E8E8E. Windows color (decimal): -7300782 or 5413264. OLE color: 5413264.

HSL color Cylindrical-coordinate representation of color #909952: hue angle of 67.61º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #909952 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 153 82 -
CMYK 0.06 0 0.46 0.4
HSL 67.61º 0.3% 0.46% -
HSV(B) 67.61º 0.46% 0.6% -
XYZ 24.42 29.32 12.36 -
YUV 142.22 94.02 129.27 -
System Red Green Blue C M Y K H S L
Decimal 144 153 82 0.06 0 0.46 0.4 67.61 0.3 0.46
Hex 90 99 52 6 0 2E 28 44 1E 2E
Octal 220 231 122 6 0 56 50 104 36 56
Binary 10010000 10011001 1010010 110 0 101110 101000 1000100 11110 101110

Color Harmonies of #909952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909952

Black with #909952

Text Example


Text Example

White with #909952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909952; }

 p { color: rgb(144,153,82); }

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

background-color css

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

 a { background-color: rgb(144,153,82); }

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

border-color css

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

 span { border-color: rgb(144,153,82); }

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