Html Css Color HEX #ACC675 Caper

📋 copy color: '#ACC675'

red 172 ◦ green 198 ◦ blue 117

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

Shades of Caper #ACC675

Tints of Caper #ACC675

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.66%

 BLUE value IS 117 (46.09% from 255) = 24.02%

R = 35.32%
G = 40.66%
B = 24.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#ACC675 (or 0xACC675) is known color: Caper. HEX triplet: AC, C6 and 75. RGB value is (172,198,117). Sum of RGB (Red+Green+Blue) = 172+198+117=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC675 is #53398A. Grayscale: #B5B5B5. Windows color (decimal): -5454219 or 7718572. OLE color: 7718572.

HSL color Cylindrical-coordinate representation of color #ACC675: hue angle of 79.26º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACC675 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 117 -
CMYK 0.13 0 0.41 0.22
HSL 79.26º 0.42% 0.62% -
HSV(B) 79.26º 0.41% 0.78% -
XYZ 40.42 50.44 24.44 -
YUV 180.99 91.89 121.59 -
System Red Green Blue C M Y K H S L
Decimal 172 198 117 0.13 0 0.41 0.22 79.26 0.42 0.62
Hex AC C6 75 D 0 29 16 4F 2A 3E
Octal 254 306 165 15 0 51 26 117 52 76
Binary 10101100 11000110 1110101 1101 0 101001 10110 1001111 101010 111110

Color Harmonies of #ACC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC675

Black with #ACC675

Text Example


Text Example

White with #ACC675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC675; }

 p { color: rgb(172,198,117); }

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

background-color css

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

 a { background-color: rgb(172,198,117); }

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

border-color css

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

 span { border-color: rgb(172,198,117); }

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