Html Css Color HEX #AEBC90 Caper

📋 copy color: '#AEBC90'

red 174 ◦ green 188 ◦ blue 144

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

Shades of Caper #AEBC90

Tints of Caper #AEBC90

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

 BLUE value IS 144 (56.64% from 255) = 28.46%

R = 34.39%
G = 37.15%
B = 28.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#AEBC90 (or 0xAEBC90) is known color: Caper. HEX triplet: AE, BC and 90. RGB value is (174,188,144). Sum of RGB (Red+Green+Blue) = 174+188+144=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC90 is #51436F. Grayscale: #B2B2B2. Windows color (decimal): -5325680 or 9485486. OLE color: 9485486.

HSL color Cylindrical-coordinate representation of color #AEBC90: hue angle of 79.09º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBC90 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 144 -
CMYK 0.07 0 0.23 0.26
HSL 79.09º 0.25% 0.65% -
HSV(B) 79.09º 0.23% 0.74% -
XYZ 40.47 46.98 33.32 -
YUV 178.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 174 188 144 0.07 0 0.23 0.26 79.09 0.25 0.65
Hex AE BC 90 7 0 17 1A 4F 19 41
Octal 256 274 220 7 0 27 32 117 31 101
Binary 10101110 10111100 10010000 111 0 10111 11010 1001111 11001 1000001

Color Harmonies of #AEBC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC90

Black with #AEBC90

Text Example


Text Example

White with #AEBC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC90; }

 p { color: rgb(174,188,144); }

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

background-color css

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

 a { background-color: rgb(174,188,144); }

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

border-color css

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

 span { border-color: rgb(174,188,144); }

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