Html Css Color HEX #ADCF76 Caper

📋 copy color: '#ADCF76'

red 173 ◦ green 207 ◦ blue 118

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

Shades of Caper #ADCF76

Tints of Caper #ADCF76

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.57%

 BLUE value IS 118 (46.48% from 255) = 23.69%

R = 34.74%
G = 41.57%
B = 23.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#ADCF76 (or 0xADCF76) is known color: Caper. HEX triplet: AD, CF and 76. RGB value is (173,207,118). Sum of RGB (Red+Green+Blue) = 173+207+118=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF76 is #523089. Grayscale: #BBBBBB. Windows color (decimal): -5386378 or 7786413. OLE color: 7786413.

HSL color Cylindrical-coordinate representation of color #ADCF76: hue angle of 82.92º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADCF76 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 118 -
CMYK 0.16 0 0.43 0.19
HSL 82.92º 0.48% 0.64% -
HSV(B) 82.92º 0.43% 0.81% -
XYZ 42.82 54.82 25.46 -
YUV 186.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 173 207 118 0.16 0 0.43 0.19 82.92 0.48 0.64
Hex AD CF 76 10 0 2B 13 53 30 40
Octal 255 317 166 20 0 53 23 123 60 100
Binary 10101101 11001111 1110110 10000 0 101011 10011 1010011 110000 1000000

Color Harmonies of #ADCF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF76

Black with #ADCF76

Text Example


Text Example

White with #ADCF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF76; }

 p { color: rgb(173,207,118); }

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

background-color css

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

 a { background-color: rgb(173,207,118); }

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

border-color css

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

 span { border-color: rgb(173,207,118); }

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