Html Css Color HEX #AECB75 Caper

📋 copy color: '#AECB75'

red 174 ◦ green 203 ◦ blue 117

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

Shades of Caper #AECB75

Tints of Caper #AECB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 35.22%
G = 41.09%
B = 23.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#AECB75 (or 0xAECB75) is known color: Caper. HEX triplet: AE, CB and 75. RGB value is (174,203,117). Sum of RGB (Red+Green+Blue) = 174+203+117=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB75 is #51348A. Grayscale: #B8B8B8. Windows color (decimal): -5321867 or 7719854. OLE color: 7719854.

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

Color convert

RGB 174 203 117 -
CMYK 0.14 0 0.42 0.20
HSL 80.23º 0.45% 0.63% -
HSV(B) 80.23º 0.42% 0.8% -
XYZ 42.02 52.99 24.84 -
YUV 184.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 174 203 117 0.14 0 0.42 0.20 80.23 0.45 0.63
Hex AE CB 75 E 0 2A 14 50 2D 3F
Octal 256 313 165 16 0 52 24 120 55 77
Binary 10101110 11001011 1110101 1110 0 101010 10100 1010000 101101 111111

Color Harmonies of #AECB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB75

Black with #AECB75

Text Example


Text Example

White with #AECB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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