Html Css Color HEX #AEC86B Caper

📋 copy color: '#AEC86B'

red 174 ◦ green 200 ◦ blue 107

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

Shades of Caper #AEC86B

Tints of Caper #AEC86B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.58%

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 36.17%
G = 41.58%
B = 22.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#AEC86B (or 0xAEC86B) is known color: Caper. HEX triplet: AE, C8 and 6B. RGB value is (174,200,107). Sum of RGB (Red+Green+Blue) = 174+200+107=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC86B is #513794. Grayscale: #B5B5B5. Windows color (decimal): -5322645 or 7063726. OLE color: 7063726.

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

Color convert

RGB 174 200 107 -
CMYK 0.13 0 0.46 0.22
HSL 76.77º 0.46% 0.6% -
HSV(B) 76.77º 0.47% 0.78% -
XYZ 40.76 51.37 21.68 -
YUV 181.62 85.89 122.56 -
System Red Green Blue C M Y K H S L
Decimal 174 200 107 0.13 0 0.46 0.22 76.77 0.46 0.6
Hex AE C8 6B D 0 2E 16 4D 2E 3C
Octal 256 310 153 15 0 56 26 115 56 74
Binary 10101110 11001000 1101011 1101 0 101110 10110 1001101 101110 111100

Color Harmonies of #AEC86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC86B

Black with #AEC86B

Text Example


Text Example

White with #AEC86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC86B; }

 p { color: rgb(174,200,107); }

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

background-color css

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

 a { background-color: rgb(174,200,107); }

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

border-color css

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

 span { border-color: rgb(174,200,107); }

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