Html Css Color HEX #ACCC6C Caper

📋 copy color: '#ACCC6C'

red 172 ◦ green 204 ◦ blue 108

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

Shades of Caper #ACCC6C

Tints of Caper #ACCC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.31%

R = 35.54%
G = 42.15%
B = 22.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#ACCC6C (or 0xACCC6C) is known color: Caper. HEX triplet: AC, CC and 6C. RGB value is (172,204,108). Sum of RGB (Red+Green+Blue) = 172+204+108=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCC6C is #533393. Grayscale: #B7B7B7. Windows color (decimal): -5452692 or 7130284. OLE color: 7130284.

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

Color convert

RGB 172 204 108 -
CMYK 0.16 0 0.47 0.2
HSL 80º 0.48% 0.61% -
HSV(B) 80º 0.47% 0.8% -
XYZ 41.31 53.04 22.25 -
YUV 183.49 85.4 119.81 -
System Red Green Blue C M Y K H S L
Decimal 172 204 108 0.16 0 0.47 0.2 80 0.48 0.61
Hex AC CC 6C 10 0 2F 14 50 30 3D
Octal 254 314 154 20 0 57 24 120 60 75
Binary 10101100 11001100 1101100 10000 0 101111 10100 1010000 110000 111101

Color Harmonies of #ACCC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC6C

Black with #ACCC6C

Text Example


Text Example

White with #ACCC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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