Html Css Color HEX #ACC06A Caper

📋 copy color: '#ACC06A'

red 172 ◦ green 192 ◦ blue 106

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

Shades of Caper #ACC06A

Tints of Caper #ACC06A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.85%

 BLUE value IS 106 (41.8% from 255) = 22.55%

R = 36.6%
G = 40.85%
B = 22.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#ACC06A (or 0xACC06A) is known color: Caper. HEX triplet: AC, C0 and 6A. RGB value is (172,192,106). Sum of RGB (Red+Green+Blue) = 172+192+106=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC06A is #533F95. Grayscale: #B0B0B0. Windows color (decimal): -5455766 or 6996140. OLE color: 6996140.

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

Color convert

RGB 172 192 106 -
CMYK 0.10 0 0.45 0.25
HSL 73.95º 0.41% 0.58% -
HSV(B) 73.95º 0.45% 0.75% -
XYZ 38.46 47.51 20.78 -
YUV 176.22 88.37 124.99 -
System Red Green Blue C M Y K H S L
Decimal 172 192 106 0.10 0 0.45 0.25 73.95 0.41 0.58
Hex AC C0 6A A 0 2D 19 4A 29 3A
Octal 254 300 152 12 0 55 31 112 51 72
Binary 10101100 11000000 1101010 1010 0 101101 11001 1001010 101001 111010

Color Harmonies of #ACC06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC06A

Black with #ACC06A

Text Example


Text Example

White with #ACC06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC06A; }

 p { color: rgb(172,192,106); }

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

background-color css

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

 a { background-color: rgb(172,192,106); }

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

border-color css

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

 span { border-color: rgb(172,192,106); }

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