Html Css Color HEX #AEC283 Caper

📋 copy color: '#AEC283'

red 174 ◦ green 194 ◦ blue 131

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

Shades of Caper #AEC283

Tints of Caper #AEC283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.25%

R = 34.87%
G = 38.88%
B = 26.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#AEC283 (or 0xAEC283) is known color: Caper. HEX triplet: AE, C2 and 83. RGB value is (174,194,131). Sum of RGB (Red+Green+Blue) = 174+194+131=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC283 is #513D7C. Grayscale: #B5B5B5. Windows color (decimal): -5324157 or 8635054. OLE color: 8635054.

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

Color convert

RGB 174 194 131 -
CMYK 0.10 0 0.32 0.24
HSL 79.05º 0.34% 0.64% -
HSV(B) 79.05º 0.32% 0.76% -
XYZ 40.84 49.22 28.82 -
YUV 180.84 99.87 123.12 -
System Red Green Blue C M Y K H S L
Decimal 174 194 131 0.10 0 0.32 0.24 79.05 0.34 0.64
Hex AE C2 83 A 0 20 18 4F 22 40
Octal 256 302 203 12 0 40 30 117 42 100
Binary 10101110 11000010 10000011 1010 0 100000 11000 1001111 100010 1000000

Color Harmonies of #AEC283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC283

Black with #AEC283

Text Example


Text Example

White with #AEC283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC283; }

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

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

background-color css

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

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

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

border-color css

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

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

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