Html Css Color HEX #ACCD74 Caper

📋 copy color: '#ACCD74'

red 172 ◦ green 205 ◦ blue 116

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

Shades of Caper #ACCD74

Tints of Caper #ACCD74

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.58%

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

R = 34.89%
G = 41.58%
B = 23.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#ACCD74 (or 0xACCD74) is known color: Caper. HEX triplet: AC, CD and 74. RGB value is (172,205,116). Sum of RGB (Red+Green+Blue) = 172+205+116=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD74 is #53328B. Grayscale: #B9B9B9. Windows color (decimal): -5452428 or 7654828. OLE color: 7654828.

HSL color Cylindrical-coordinate representation of color #ACCD74: hue angle of 82.25º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACCD74 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 205 116 -
CMYK 0.16 0 0.43 0.20
HSL 82.25º 0.47% 0.63% -
HSV(B) 82.25º 0.43% 0.8% -
XYZ 42 53.69 24.67 -
YUV 184.99 89.07 118.74 -
System Red Green Blue C M Y K H S L
Decimal 172 205 116 0.16 0 0.43 0.20 82.25 0.47 0.63
Hex AC CD 74 10 0 2B 14 52 2F 3F
Octal 254 315 164 20 0 53 24 122 57 77
Binary 10101100 11001101 1110100 10000 0 101011 10100 1010010 101111 111111

Color Harmonies of #ACCD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD74

Black with #ACCD74

Text Example


Text Example

White with #ACCD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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