Html Css Color HEX #ACC674 Caper

📋 copy color: '#ACC674'

red 172 ◦ green 198 ◦ blue 116

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

Shades of Caper #ACC674

Tints of Caper #ACC674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.87%

R = 35.39%
G = 40.74%
B = 23.87%

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

#ACC674 (or 0xACC674) is known color: Caper. HEX triplet: AC, C6 and 74. RGB value is (172,198,116). Sum of RGB (Red+Green+Blue) = 172+198+116=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC674 is #53398B. Grayscale: #B5B5B5. Windows color (decimal): -5454220 or 7653036. OLE color: 7653036.

HSL color Cylindrical-coordinate representation of color #ACC674: hue angle of 79.02º 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 #ACC674 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 116 -
CMYK 0.13 0 0.41 0.22
HSL 79.02º 0.42% 0.62% -
HSV(B) 79.02º 0.41% 0.78% -
XYZ 40.36 50.42 24.13 -
YUV 180.88 91.39 121.67 -
System Red Green Blue C M Y K H S L
Decimal 172 198 116 0.13 0 0.41 0.22 79.02 0.42 0.62
Hex AC C6 74 D 0 29 16 4F 2A 3E
Octal 254 306 164 15 0 51 26 117 52 76
Binary 10101100 11000110 1110100 1101 0 101001 10110 1001111 101010 111110

Color Harmonies of #ACC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC674

Black with #ACC674

Text Example


Text Example

White with #ACC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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