Html Css Color HEX #ACCF72 Caper

📋 copy color: '#ACCF72'

red 172 ◦ green 207 ◦ blue 114

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

Shades of Caper #ACCF72

Tints of Caper #ACCF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.12%

R = 34.89%
G = 41.99%
B = 23.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#ACCF72 (or 0xACCF72) is known color: Caper. HEX triplet: AC, CF and 72. RGB value is (172,207,114). Sum of RGB (Red+Green+Blue) = 172+207+114=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF72 is #53308D. Grayscale: #BABABA. Windows color (decimal): -5451918 or 7524268. OLE color: 7524268.

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

Color convert

RGB 172 207 114 -
CMYK 0.17 0 0.45 0.19
HSL 82.58º 0.49% 0.63% -
HSV(B) 82.58º 0.45% 0.81% -
XYZ 42.36 54.61 24.23 -
YUV 185.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 172 207 114 0.17 0 0.45 0.19 82.58 0.49 0.63
Hex AC CF 72 11 0 2D 13 53 31 3F
Octal 254 317 162 21 0 55 23 123 61 77
Binary 10101100 11001111 1110010 10001 0 101101 10011 1010011 110001 111111

Color Harmonies of #ACCF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF72

Black with #ACCF72

Text Example


Text Example

White with #ACCF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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