Html Css Color HEX #ACCC70 Caper

📋 copy color: '#ACCC70'

red 172 ◦ green 204 ◦ blue 112

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

Shades of Caper #ACCC70

Tints of Caper #ACCC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.95%

R = 35.25%
G = 41.8%
B = 22.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#ACCC70 (or 0xACCC70) is known color: Caper. HEX triplet: AC, CC and 70. RGB value is (172,204,112). Sum of RGB (Red+Green+Blue) = 172+204+112=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCC70 is #53338F. Grayscale: #B8B8B8. Windows color (decimal): -5452688 or 7392428. OLE color: 7392428.

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

Color convert

RGB 172 204 112 -
CMYK 0.16 0 0.45 0.2
HSL 80.87º 0.47% 0.62% -
HSV(B) 80.87º 0.45% 0.8% -
XYZ 41.53 53.13 23.39 -
YUV 183.94 87.4 119.48 -
System Red Green Blue C M Y K H S L
Decimal 172 204 112 0.16 0 0.45 0.2 80.87 0.47 0.62
Hex AC CC 70 10 0 2D 14 51 2F 3E
Octal 254 314 160 20 0 55 24 121 57 76
Binary 10101100 11001100 1110000 10000 0 101101 10100 1010001 101111 111110

Color Harmonies of #ACCC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC70

Black with #ACCC70

Text Example


Text Example

White with #ACCC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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