Html Css Color HEX #AEC385 Caper

📋 copy color: '#AEC385'

red 174 ◦ green 195 ◦ blue 133

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

Shades of Caper #AEC385

Tints of Caper #AEC385

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.84%

 BLUE value IS 133 (52.34% from 255) = 26.49%

R = 34.66%
G = 38.84%
B = 26.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#AEC385 (or 0xAEC385) is known color: Caper. HEX triplet: AE, C3 and 85. RGB value is (174,195,133). Sum of RGB (Red+Green+Blue) = 174+195+133=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC385 is #513C7A. Grayscale: #B5B5B5. Windows color (decimal): -5323899 or 8766382. OLE color: 8766382.

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

Color convert

RGB 174 195 133 -
CMYK 0.11 0 0.32 0.24
HSL 80.32º 0.34% 0.64% -
HSV(B) 80.32º 0.32% 0.76% -
XYZ 41.2 49.72 29.62 -
YUV 181.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 174 195 133 0.11 0 0.32 0.24 80.32 0.34 0.64
Hex AE C3 85 B 0 20 18 50 22 40
Octal 256 303 205 13 0 40 30 120 42 100
Binary 10101110 11000011 10000101 1011 0 100000 11000 1010000 100010 1000000

Color Harmonies of #AEC385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC385

Black with #AEC385

Text Example


Text Example

White with #AEC385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC385; }

 p { color: rgb(174,195,133); }

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

background-color css

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

 a { background-color: rgb(174,195,133); }

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

border-color css

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

 span { border-color: rgb(174,195,133); }

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