Html Css Color HEX #ADC072 Caper

📋 copy color: '#ADC072'

red 173 ◦ green 192 ◦ blue 114

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

Shades of Caper #ADC072

Tints of Caper #ADC072

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.08%

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

R = 36.12%
G = 40.08%
B = 23.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#ADC072 (or 0xADC072) is known color: Caper. HEX triplet: AD, C0 and 72. RGB value is (173,192,114). Sum of RGB (Red+Green+Blue) = 173+192+114=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC072 is #523F8D. Grayscale: #B1B1B1. Windows color (decimal): -5390222 or 7520429. OLE color: 7520429.

HSL color Cylindrical-coordinate representation of color #ADC072: hue angle of 74.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADC072 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 114 -
CMYK 0.10 0 0.41 0.25
HSL 74.62º 0.38% 0.6% -
HSV(B) 74.62º 0.41% 0.75% -
XYZ 39.12 47.8 23.08 -
YUV 177.43 92.21 124.84 -
System Red Green Blue C M Y K H S L
Decimal 173 192 114 0.10 0 0.41 0.25 74.62 0.38 0.6
Hex AD C0 72 A 0 29 19 4B 26 3C
Octal 255 300 162 12 0 51 31 113 46 74
Binary 10101101 11000000 1110010 1010 0 101001 11001 1001011 100110 111100

Color Harmonies of #ADC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC072

Black with #ADC072

Text Example


Text Example

White with #ADC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC072; }

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

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

background-color css

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

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

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

border-color css

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

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

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