Html Css Color HEX #AEC384 Caper

📋 copy color: '#AEC384'

red 174 ◦ green 195 ◦ blue 132

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

Shades of Caper #AEC384

Tints of Caper #AEC384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.35%

R = 34.73%
G = 38.92%
B = 26.35%

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

#AEC384 (or 0xAEC384) is known color: Caper. HEX triplet: AE, C3 and 84. RGB value is (174,195,132). Sum of RGB (Red+Green+Blue) = 174+195+132=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC384 is #513C7B. Grayscale: #B5B5B5. Windows color (decimal): -5323900 or 8700846. OLE color: 8700846.

HSL color Cylindrical-coordinate representation of color #AEC384: hue angle of 80º 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 #AEC384 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 195 132 -
CMYK 0.11 0 0.32 0.24
HSL 80º 0.34% 0.64% -
HSV(B) 80º 0.32% 0.76% -
XYZ 41.14 49.69 29.25 -
YUV 181.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 174 195 132 0.11 0 0.32 0.24 80 0.34 0.64
Hex AE C3 84 B 0 20 18 50 22 40
Octal 256 303 204 13 0 40 30 120 42 100
Binary 10101110 11000011 10000100 1011 0 100000 11000 1010000 100010 1000000

Color Harmonies of #AEC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC384

Black with #AEC384

Text Example


Text Example

White with #AEC384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC384; }

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

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

background-color css

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

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

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

border-color css

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

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

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