Html Css Color HEX #ADC772 Caper

📋 copy color: '#ADC772'

red 173 ◦ green 199 ◦ blue 114

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

Shades of Caper #ADC772

Tints of Caper #ADC772

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.95%

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

R = 35.6%
G = 40.95%
B = 23.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#ADC772 (or 0xADC772) is known color: Caper. HEX triplet: AD, C7 and 72. RGB value is (173,199,114). Sum of RGB (Red+Green+Blue) = 173+199+114=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC772 is #52388D. Grayscale: #B5B5B5. Windows color (decimal): -5388430 or 7522221. OLE color: 7522221.

HSL color Cylindrical-coordinate representation of color #ADC772: hue angle of 78.35º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADC772 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 114 -
CMYK 0.13 0 0.43 0.22
HSL 78.35º 0.43% 0.61% -
HSV(B) 78.35º 0.43% 0.78% -
XYZ 40.69 50.95 23.61 -
YUV 181.54 89.89 121.91 -
System Red Green Blue C M Y K H S L
Decimal 173 199 114 0.13 0 0.43 0.22 78.35 0.43 0.61
Hex AD C7 72 D 0 2B 16 4E 2B 3D
Octal 255 307 162 15 0 53 26 116 53 75
Binary 10101101 11000111 1110010 1101 0 101011 10110 1001110 101011 111101

Color Harmonies of #ADC772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC772

Black with #ADC772

Text Example


Text Example

White with #ADC772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC772; }

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

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

background-color css

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

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

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

border-color css

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

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

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