Html Css Color HEX #ADC077 Caper

📋 copy color: '#ADC077'

red 173 ◦ green 192 ◦ blue 119

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

Shades of Caper #ADC077

Tints of Caper #ADC077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.59%

R = 35.74%
G = 39.67%
B = 24.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#ADC077 (or 0xADC077) is known color: Caper. HEX triplet: AD, C0 and 77. RGB value is (173,192,119). Sum of RGB (Red+Green+Blue) = 173+192+119=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC077 is #523F88. Grayscale: #B2B2B2. Windows color (decimal): -5390217 or 7848109. OLE color: 7848109.

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

Color convert

RGB 173 192 119 -
CMYK 0.10 0 0.38 0.25
HSL 75.62º 0.37% 0.61% -
HSV(B) 75.62º 0.38% 0.75% -
XYZ 39.41 47.92 24.62 -
YUV 178 94.71 124.44 -
System Red Green Blue C M Y K H S L
Decimal 173 192 119 0.10 0 0.38 0.25 75.62 0.37 0.61
Hex AD C0 77 A 0 26 19 4C 25 3D
Octal 255 300 167 12 0 46 31 114 45 75
Binary 10101101 11000000 1110111 1010 0 100110 11001 1001100 100101 111101

Color Harmonies of #ADC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC077

Black with #ADC077

Text Example


Text Example

White with #ADC077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC077; }

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

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

background-color css

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

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

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

border-color css

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

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

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