Html Css Color HEX #ACCC6A Caper

📋 copy color: '#ACCC6A'

red 172 ◦ green 204 ◦ blue 106

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

Shades of Caper #ACCC6A

Tints of Caper #ACCC6A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

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

R = 35.68%
G = 42.32%
B = 21.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#ACCC6A (or 0xACCC6A) is known color: Caper. HEX triplet: AC, CC and 6A. RGB value is (172,204,106). Sum of RGB (Red+Green+Blue) = 172+204+106=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCC6A is #533395. Grayscale: #B7B7B7. Windows color (decimal): -5452694 or 6999212. OLE color: 6999212.

HSL color Cylindrical-coordinate representation of color #ACCC6A: hue angle of 79.59º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACCC6A is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 106 -
CMYK 0.16 0 0.48 0.2
HSL 79.59º 0.49% 0.61% -
HSV(B) 79.59º 0.48% 0.8% -
XYZ 41.21 53 21.69 -
YUV 183.26 84.4 119.97 -
System Red Green Blue C M Y K H S L
Decimal 172 204 106 0.16 0 0.48 0.2 79.59 0.49 0.61
Hex AC CC 6A 10 0 30 14 50 31 3D
Octal 254 314 152 20 0 60 24 120 61 75
Binary 10101100 11001100 1101010 10000 0 110000 10100 1010000 110001 111101

Color Harmonies of #ACCC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC6A

Black with #ACCC6A

Text Example


Text Example

White with #ACCC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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