Html Css Color HEX #ACC46B Caper

📋 copy color: '#ACC46B'

red 172 ◦ green 196 ◦ blue 107

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

Shades of Caper #ACC46B

Tints of Caper #ACC46B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.26%

 BLUE value IS 107 (42.19% from 255) = 22.53%

R = 36.21%
G = 41.26%
B = 22.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#ACC46B (or 0xACC46B) is known color: Caper. HEX triplet: AC, C4 and 6B. RGB value is (172,196,107). Sum of RGB (Red+Green+Blue) = 172+196+107=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC46B is #533B94. Grayscale: #B3B3B3. Windows color (decimal): -5454741 or 7062700. OLE color: 7062700.

HSL color Cylindrical-coordinate representation of color #ACC46B: hue angle of 76.18º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACC46B is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 107 -
CMYK 0.12 0 0.45 0.23
HSL 76.18º 0.43% 0.59% -
HSV(B) 76.18º 0.45% 0.77% -
XYZ 39.41 49.31 21.35 -
YUV 178.68 87.55 123.24 -
System Red Green Blue C M Y K H S L
Decimal 172 196 107 0.12 0 0.45 0.23 76.18 0.43 0.59
Hex AC C4 6B C 0 2D 17 4C 2B 3B
Octal 254 304 153 14 0 55 27 114 53 73
Binary 10101100 11000100 1101011 1100 0 101101 10111 1001100 101011 111011

Color Harmonies of #ACC46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC46B

Black with #ACC46B

Text Example


Text Example

White with #ACC46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC46B; }

 p { color: rgb(172,196,107); }

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

background-color css

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

 a { background-color: rgb(172,196,107); }

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

border-color css

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

 span { border-color: rgb(172,196,107); }

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