Html Css Color HEX #AEC96C Caper

📋 copy color: '#AEC96C'

red 174 ◦ green 201 ◦ blue 108

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

Shades of Caper #AEC96C

Tints of Caper #AEC96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 36.02%
G = 41.61%
B = 22.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#AEC96C (or 0xAEC96C) is known color: Caper. HEX triplet: AE, C9 and 6C. RGB value is (174,201,108). Sum of RGB (Red+Green+Blue) = 174+201+108=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC96C is #513693. Grayscale: #B6B6B6. Windows color (decimal): -5322388 or 7129518. OLE color: 7129518.

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

Color convert

RGB 174 201 108 -
CMYK 0.13 0 0.46 0.21
HSL 77.42º 0.46% 0.61% -
HSV(B) 77.42º 0.46% 0.79% -
XYZ 41.05 51.85 22.03 -
YUV 182.33 86.05 122.06 -
System Red Green Blue C M Y K H S L
Decimal 174 201 108 0.13 0 0.46 0.21 77.42 0.46 0.61
Hex AE C9 6C D 0 2E 15 4D 2E 3D
Octal 256 311 154 15 0 56 25 115 56 75
Binary 10101110 11001001 1101100 1101 0 101110 10101 1001101 101110 111101

Color Harmonies of #AEC96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC96C

Black with #AEC96C

Text Example


Text Example

White with #AEC96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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