Html Css Color HEX #ACC06D Caper

📋 copy color: '#ACC06D'

red 172 ◦ green 192 ◦ blue 109

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

Shades of Caper #ACC06D

Tints of Caper #ACC06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.04%

R = 36.36%
G = 40.59%
B = 23.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#ACC06D (or 0xACC06D) is known color: Caper. HEX triplet: AC, C0 and 6D. RGB value is (172,192,109). Sum of RGB (Red+Green+Blue) = 172+192+109=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC06D is #533F92. Grayscale: #B0B0B0. Windows color (decimal): -5455763 or 7192748. OLE color: 7192748.

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

Color convert

RGB 172 192 109 -
CMYK 0.10 0 0.43 0.25
HSL 74.46º 0.4% 0.59% -
HSV(B) 74.46º 0.43% 0.75% -
XYZ 38.62 47.57 21.62 -
YUV 176.56 89.87 124.75 -
System Red Green Blue C M Y K H S L
Decimal 172 192 109 0.10 0 0.43 0.25 74.46 0.4 0.59
Hex AC C0 6D A 0 2B 19 4A 28 3B
Octal 254 300 155 12 0 53 31 112 50 73
Binary 10101100 11000000 1101101 1010 0 101011 11001 1001010 101000 111011

Color Harmonies of #ACC06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC06D

Black with #ACC06D

Text Example


Text Example

White with #ACC06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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