Html Css Color HEX #ACBC6E Caper

📋 copy color: '#ACBC6E'

red 172 ◦ green 188 ◦ blue 110

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

Shades of Caper #ACBC6E

Tints of Caper #ACBC6E

RGB

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

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

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

R = 36.6%
G = 40%
B = 23.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#ACBC6E (or 0xACBC6E) is known color: Caper. HEX triplet: AC, BC and 6E. RGB value is (172,188,110). Sum of RGB (Red+Green+Blue) = 172+188+110=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC6E is #534391. Grayscale: #AEAEAE. Windows color (decimal): -5456786 or 7257260. OLE color: 7257260.

HSL color Cylindrical-coordinate representation of color #ACBC6E: hue angle of 72.31º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACBC6E is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 188 110 -
CMYK 0.09 0 0.41 0.26
HSL 72.31º 0.37% 0.58% -
HSV(B) 72.31º 0.41% 0.74% -
XYZ 37.81 45.86 21.61 -
YUV 174.32 91.7 126.34 -
System Red Green Blue C M Y K H S L
Decimal 172 188 110 0.09 0 0.41 0.26 72.31 0.37 0.58
Hex AC BC 6E 9 0 29 1A 48 25 3A
Octal 254 274 156 11 0 51 32 110 45 72
Binary 10101100 10111100 1101110 1001 0 101001 11010 1001000 100101 111010

Color Harmonies of #ACBC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC6E

Black with #ACBC6E

Text Example


Text Example

White with #ACBC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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