Html Css Color HEX #ADC572 Caper

📋 copy color: '#ADC572'

red 173 ◦ green 197 ◦ blue 114

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

Shades of Caper #ADC572

Tints of Caper #ADC572

RGB

 RED value IS 173 (67.97% from 255) = 35.74%

 GREEN value IS 197 (77.34% from 255) = 40.7%

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

R = 35.74%
G = 40.7%
B = 23.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#ADC572 (or 0xADC572) is known color: Caper. HEX triplet: AD, C5 and 72. RGB value is (173,197,114). Sum of RGB (Red+Green+Blue) = 173+197+114=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC572 is #523A8D. Grayscale: #B4B4B4. Windows color (decimal): -5388942 or 7521709. OLE color: 7521709.

HSL color Cylindrical-coordinate representation of color #ADC572: hue angle of 77.35º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADC572 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 114 -
CMYK 0.12 0 0.42 0.23
HSL 77.35º 0.42% 0.61% -
HSV(B) 77.35º 0.42% 0.77% -
XYZ 40.24 50.03 23.46 -
YUV 180.36 90.55 122.75 -
System Red Green Blue C M Y K H S L
Decimal 173 197 114 0.12 0 0.42 0.23 77.35 0.42 0.61
Hex AD C5 72 C 0 2A 17 4D 2A 3D
Octal 255 305 162 14 0 52 27 115 52 75
Binary 10101101 11000101 1110010 1100 0 101010 10111 1001101 101010 111101

Color Harmonies of #ADC572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC572

Black with #ADC572

Text Example


Text Example

White with #ADC572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC572; }

 p { color: rgb(173,197,114); }

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

background-color css

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

 a { background-color: rgb(173,197,114); }

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

border-color css

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

 span { border-color: rgb(173,197,114); }

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