Html Css Color HEX #ACC96B Caper

📋 copy color: '#ACC96B'

red 172 ◦ green 201 ◦ blue 107

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

Shades of Caper #ACC96B

Tints of Caper #ACC96B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.88%

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

R = 35.83%
G = 41.88%
B = 22.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#ACC96B (or 0xACC96B) is known color: Caper. HEX triplet: AC, C9 and 6B. RGB value is (172,201,107). Sum of RGB (Red+Green+Blue) = 172+201+107=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC96B is #533694. Grayscale: #B5B5B5. Windows color (decimal): -5453461 or 7063980. OLE color: 7063980.

HSL color Cylindrical-coordinate representation of color #ACC96B: hue angle of 78.51º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACC96B is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 107 -
CMYK 0.14 0 0.47 0.21
HSL 78.51º 0.47% 0.6% -
HSV(B) 78.51º 0.47% 0.79% -
XYZ 40.55 51.61 21.73 -
YUV 181.61 85.89 121.14 -
System Red Green Blue C M Y K H S L
Decimal 172 201 107 0.14 0 0.47 0.21 78.51 0.47 0.6
Hex AC C9 6B E 0 2F 15 4F 2F 3C
Octal 254 311 153 16 0 57 25 117 57 74
Binary 10101100 11001001 1101011 1110 0 101111 10101 1001111 101111 111100

Color Harmonies of #ACC96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC96B

Black with #ACC96B

Text Example


Text Example

White with #ACC96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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