Html Css Color HEX #ACBE70 Caper

📋 copy color: '#ACBE70'

red 172 ◦ green 190 ◦ blue 112

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

Shades of Caper #ACBE70

Tints of Caper #ACBE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.63%

R = 36.29%
G = 40.08%
B = 23.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#ACBE70 (or 0xACBE70) is known color: Caper. HEX triplet: AC, BE and 70. RGB value is (172,190,112). Sum of RGB (Red+Green+Blue) = 172+190+112=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBE70 is #53418F. Grayscale: #B0B0B0. Windows color (decimal): -5456272 or 7388844. OLE color: 7388844.

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

Color convert

RGB 172 190 112 -
CMYK 0.09 0 0.41 0.25
HSL 73.85º 0.38% 0.59% -
HSV(B) 73.85º 0.41% 0.75% -
XYZ 38.35 46.77 22.33 -
YUV 175.73 92.04 125.34 -
System Red Green Blue C M Y K H S L
Decimal 172 190 112 0.09 0 0.41 0.25 73.85 0.38 0.59
Hex AC BE 70 9 0 29 19 4A 26 3B
Octal 254 276 160 11 0 51 31 112 46 73
Binary 10101100 10111110 1110000 1001 0 101001 11001 1001010 100110 111011

Color Harmonies of #ACBE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE70

Black with #ACBE70

Text Example


Text Example

White with #ACBE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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