Html Css Color HEX #ACCF76 Caper

📋 copy color: '#ACCF76'

red 172 ◦ green 207 ◦ blue 118

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

Shades of Caper #ACCF76

Tints of Caper #ACCF76

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.65%

 BLUE value IS 118 (46.48% from 255) = 23.74%

R = 34.61%
G = 41.65%
B = 23.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#ACCF76 (or 0xACCF76) is known color: Caper. HEX triplet: AC, CF and 76. RGB value is (172,207,118). Sum of RGB (Red+Green+Blue) = 172+207+118=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF76 is #533089. Grayscale: #BABABA. Windows color (decimal): -5451914 or 7786412. OLE color: 7786412.

HSL color Cylindrical-coordinate representation of color #ACCF76: hue angle of 83.6º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACCF76 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 118 -
CMYK 0.17 0 0.43 0.19
HSL 83.6º 0.48% 0.64% -
HSV(B) 83.6º 0.43% 0.81% -
XYZ 42.6 54.7 25.45 -
YUV 186.39 89.4 117.74 -
System Red Green Blue C M Y K H S L
Decimal 172 207 118 0.17 0 0.43 0.19 83.6 0.48 0.64
Hex AC CF 76 11 0 2B 13 54 30 40
Octal 254 317 166 21 0 53 23 124 60 100
Binary 10101100 11001111 1110110 10001 0 101011 10011 1010100 110000 1000000

Color Harmonies of #ACCF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF76

Black with #ACCF76

Text Example


Text Example

White with #ACCF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF76; }

 p { color: rgb(172,207,118); }

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

background-color css

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

 a { background-color: rgb(172,207,118); }

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

border-color css

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

 span { border-color: rgb(172,207,118); }

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