Html Css Color HEX #AEC286 Caper

📋 copy color: '#AEC286'

red 174 ◦ green 194 ◦ blue 134

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

Shades of Caper #AEC286

Tints of Caper #AEC286

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.65%

 BLUE value IS 134 (52.73% from 255) = 26.69%

R = 34.66%
G = 38.65%
B = 26.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#AEC286 (or 0xAEC286) is known color: Caper. HEX triplet: AE, C2 and 86. RGB value is (174,194,134). Sum of RGB (Red+Green+Blue) = 174+194+134=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC286 is #513D79. Grayscale: #B5B5B5. Windows color (decimal): -5324154 or 8831662. OLE color: 8831662.

HSL color Cylindrical-coordinate representation of color #AEC286: hue angle of 80º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEC286 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 134 -
CMYK 0.10 0 0.31 0.24
HSL 80º 0.33% 0.64% -
HSV(B) 80º 0.31% 0.76% -
XYZ 41.05 49.3 29.91 -
YUV 181.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 174 194 134 0.10 0 0.31 0.24 80 0.33 0.64
Hex AE C2 86 A 0 1F 18 50 21 40
Octal 256 302 206 12 0 37 30 120 41 100
Binary 10101110 11000010 10000110 1010 0 11111 11000 1010000 100001 1000000

Color Harmonies of #AEC286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC286

Black with #AEC286

Text Example


Text Example

White with #AEC286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC286; }

 p { color: rgb(174,194,134); }

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

background-color css

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

 a { background-color: rgb(174,194,134); }

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

border-color css

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

 span { border-color: rgb(174,194,134); }

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