Html Css Color HEX #ACBE6E Caper

📋 copy color: '#ACBE6E'

red 172 ◦ green 190 ◦ blue 110

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

Shades of Caper #ACBE6E

Tints of Caper #ACBE6E

RGB

 RED value IS 172 (67.58% from 255) = 36.44%

 GREEN value IS 190 (74.61% from 255) = 40.25%

 BLUE value IS 110 (43.36% from 255) = 23.31%

R = 36.44%
G = 40.25%
B = 23.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#ACBE6E (or 0xACBE6E) is known color: Caper. HEX triplet: AC, BE and 6E. RGB value is (172,190,110). Sum of RGB (Red+Green+Blue) = 172+190+110=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBE6E is #534191. Grayscale: #AFAFAF. Windows color (decimal): -5456274 or 7257772. OLE color: 7257772.

HSL color Cylindrical-coordinate representation of color #ACBE6E: hue angle of 73.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACBE6E is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 190 110 -
CMYK 0.09 0 0.42 0.25
HSL 73.5º 0.38% 0.59% -
HSV(B) 73.5º 0.42% 0.75% -
XYZ 38.24 46.72 21.75 -
YUV 175.5 91.04 125.5 -
System Red Green Blue C M Y K H S L
Decimal 172 190 110 0.09 0 0.42 0.25 73.5 0.38 0.59
Hex AC BE 6E 9 0 2A 19 4A 26 3B
Octal 254 276 156 11 0 52 31 112 46 73
Binary 10101100 10111110 1101110 1001 0 101010 11001 1001010 100110 111011

Color Harmonies of #ACBE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE6E

Black with #ACBE6E

Text Example


Text Example

White with #ACBE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE6E; }

 p { color: rgb(172,190,110); }

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

background-color css

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

 a { background-color: rgb(172,190,110); }

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

border-color css

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

 span { border-color: rgb(172,190,110); }

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