Html Css Color HEX #AEC982 Caper

📋 copy color: '#AEC982'

red 174 ◦ green 201 ◦ blue 130

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

Shades of Caper #AEC982

Tints of Caper #AEC982

RGB

 RED value IS 174 (68.36% from 255) = 34.46%

 GREEN value IS 201 (78.91% from 255) = 39.8%

 BLUE value IS 130 (51.17% from 255) = 25.74%

R = 34.46%
G = 39.8%
B = 25.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#AEC982 (or 0xAEC982) is known color: Caper. HEX triplet: AE, C9 and 82. RGB value is (174,201,130). Sum of RGB (Red+Green+Blue) = 174+201+130=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC982 is #51367D. Grayscale: #B9B9B9. Windows color (decimal): -5322366 or 8571310. OLE color: 8571310.

HSL color Cylindrical-coordinate representation of color #AEC982: hue angle of 82.82º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEC982 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 201 130 -
CMYK 0.13 0 0.35 0.21
HSL 82.82º 0.4% 0.65% -
HSV(B) 82.82º 0.35% 0.79% -
XYZ 42.37 52.38 29 -
YUV 184.83 97.05 120.27 -
System Red Green Blue C M Y K H S L
Decimal 174 201 130 0.13 0 0.35 0.21 82.82 0.4 0.65
Hex AE C9 82 D 0 23 15 53 28 41
Octal 256 311 202 15 0 43 25 123 50 101
Binary 10101110 11001001 10000010 1101 0 100011 10101 1010011 101000 1000001

Color Harmonies of #AEC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC982

Black with #AEC982

Text Example


Text Example

White with #AEC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC982; }

 p { color: rgb(174,201,130); }

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

background-color css

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

 a { background-color: rgb(174,201,130); }

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

border-color css

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

 span { border-color: rgb(174,201,130); }

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