Html Css Color HEX #A0B652 Green Smoke

📋 copy color: '#A0B652'

red 160 ◦ green 182 ◦ blue 82

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

Shades of Green Smoke #A0B652

Tints of Green Smoke #A0B652

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.92%

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

R = 37.74%
G = 42.92%
B = 19.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#A0B652 (or 0xA0B652) is known color: Green Smoke. HEX triplet: A0, B6 and 52. RGB value is (160,182,82). Sum of RGB (Red+Green+Blue) = 160+182+82=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B652 is #5F49AD. Grayscale: #A4A4A4. Windows color (decimal): -6244782 or 5420704. OLE color: 5420704.

HSL color Cylindrical-coordinate representation of color #A0B652: hue angle of 73.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0B652 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 182 82 -
CMYK 0.12 0 0.55 0.29
HSL 73.2º 0.41% 0.52% -
HSV(B) 73.2º 0.55% 0.71% -
XYZ 32.75 41.54 14.27 -
YUV 164.02 81.71 125.13 -
System Red Green Blue C M Y K H S L
Decimal 160 182 82 0.12 0 0.55 0.29 73.2 0.41 0.52
Hex A0 B6 52 C 0 37 1D 49 29 34
Octal 240 266 122 14 0 67 35 111 51 64
Binary 10100000 10110110 1010010 1100 0 110111 11101 1001001 101001 110100

Color Harmonies of #A0B652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B652

Black with #A0B652

Text Example


Text Example

White with #A0B652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B652; }

 p { color: rgb(160,182,82); }

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

background-color css

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

 a { background-color: rgb(160,182,82); }

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

border-color css

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

 span { border-color: rgb(160,182,82); }

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