Html Css Color HEX #ACCF71 Caper

📋 copy color: '#ACCF71'

red 172 ◦ green 207 ◦ blue 113

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

Shades of Caper #ACCF71

Tints of Caper #ACCF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.97%

R = 34.96%
G = 42.07%
B = 22.97%

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

#ACCF71 (or 0xACCF71) is known color: Caper. HEX triplet: AC, CF and 71. RGB value is (172,207,113). Sum of RGB (Red+Green+Blue) = 172+207+113=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF71 is #53308E. Grayscale: #BABABA. Windows color (decimal): -5451919 or 7458732. OLE color: 7458732.

HSL color Cylindrical-coordinate representation of color #ACCF71: hue angle of 82.34º 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 #ACCF71 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 113 -
CMYK 0.17 0 0.45 0.19
HSL 82.34º 0.49% 0.63% -
HSV(B) 82.34º 0.45% 0.81% -
XYZ 42.31 54.59 23.93 -
YUV 185.82 86.9 118.14 -
System Red Green Blue C M Y K H S L
Decimal 172 207 113 0.17 0 0.45 0.19 82.34 0.49 0.63
Hex AC CF 71 11 0 2D 13 52 31 3F
Octal 254 317 161 21 0 55 23 122 61 77
Binary 10101100 11001111 1110001 10001 0 101101 10011 1010010 110001 111111

Color Harmonies of #ACCF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF71

Black with #ACCF71

Text Example


Text Example

White with #ACCF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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