Html Css Color HEX #A0B268 Green Smoke

📋 copy color: '#A0B268'

red 160 ◦ green 178 ◦ blue 104

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

Shades of Green Smoke #A0B268

Tints of Green Smoke #A0B268

RGB

 RED value IS 160 (62.89% from 255) = 36.2%

 GREEN value IS 178 (69.92% from 255) = 40.27%

 BLUE value IS 104 (41.02% from 255) = 23.53%

R = 36.2%
G = 40.27%
B = 23.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#A0B268 (or 0xA0B268) is known color: Green Smoke. HEX triplet: A0, B2 and 68. RGB value is (160,178,104). Sum of RGB (Red+Green+Blue) = 160+178+104=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B268 is #5F4D97. Grayscale: #A4A4A4. Windows color (decimal): -6245784 or 6861472. OLE color: 6861472.

HSL color Cylindrical-coordinate representation of color #A0B268: hue angle of 74.59º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0B268 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 178 104 -
CMYK 0.10 0 0.42 0.30
HSL 74.59º 0.32% 0.55% -
HSV(B) 74.59º 0.42% 0.7% -
XYZ 32.92 40.31 19.14 -
YUV 164.18 94.04 125.02 -
System Red Green Blue C M Y K H S L
Decimal 160 178 104 0.10 0 0.42 0.30 74.59 0.32 0.55
Hex A0 B2 68 A 0 2A 1E 4B 20 37
Octal 240 262 150 12 0 52 36 113 40 67
Binary 10100000 10110010 1101000 1010 0 101010 11110 1001011 100000 110111

Color Harmonies of #A0B268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B268

Black with #A0B268

Text Example


Text Example

White with #A0B268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B268; }

 p { color: rgb(160,178,104); }

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

background-color css

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

 a { background-color: rgb(160,178,104); }

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

border-color css

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

 span { border-color: rgb(160,178,104); }

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