Html Css Color HEX #AECB74 Caper

📋 copy color: '#AECB74'

red 174 ◦ green 203 ◦ blue 116

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

Shades of Caper #AECB74

Tints of Caper #AECB74

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.18%

 BLUE value IS 116 (45.7% from 255) = 23.53%

R = 35.29%
G = 41.18%
B = 23.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#AECB74 (or 0xAECB74) is known color: Caper. HEX triplet: AE, CB and 74. RGB value is (174,203,116). Sum of RGB (Red+Green+Blue) = 174+203+116=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB74 is #51348B. Grayscale: #B8B8B8. Windows color (decimal): -5321868 or 7654318. OLE color: 7654318.

HSL color Cylindrical-coordinate representation of color #AECB74: hue angle of 80º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AECB74 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 203 116 -
CMYK 0.14 0 0.43 0.20
HSL 80º 0.46% 0.63% -
HSV(B) 80º 0.43% 0.8% -
XYZ 41.96 52.97 24.54 -
YUV 184.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 174 203 116 0.14 0 0.43 0.20 80 0.46 0.63
Hex AE CB 74 E 0 2B 14 50 2E 3F
Octal 256 313 164 16 0 53 24 120 56 77
Binary 10101110 11001011 1110100 1110 0 101011 10100 1010000 101110 111111

Color Harmonies of #AECB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB74

Black with #AECB74

Text Example


Text Example

White with #AECB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB74; }

 p { color: rgb(174,203,116); }

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

background-color css

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

 a { background-color: rgb(174,203,116); }

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

border-color css

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

 span { border-color: rgb(174,203,116); }

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