Html Css Color HEX #ADC96D Caper

📋 copy color: '#ADC96D'

red 173 ◦ green 201 ◦ blue 109

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

Shades of Caper #ADC96D

Tints of Caper #ADC96D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.61%

 BLUE value IS 109 (42.97% from 255) = 22.57%

R = 35.82%
G = 41.61%
B = 22.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#ADC96D (or 0xADC96D) is known color: Caper. HEX triplet: AD, C9 and 6D. RGB value is (173,201,109). Sum of RGB (Red+Green+Blue) = 173+201+109=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC96D is #523692. Grayscale: #B6B6B6. Windows color (decimal): -5387923 or 7195053. OLE color: 7195053.

HSL color Cylindrical-coordinate representation of color #ADC96D: hue angle of 78.26º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADC96D is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 109 -
CMYK 0.14 0 0.46 0.21
HSL 78.26º 0.46% 0.61% -
HSV(B) 78.26º 0.46% 0.79% -
XYZ 40.88 51.76 22.3 -
YUV 182.14 86.72 121.48 -
System Red Green Blue C M Y K H S L
Decimal 173 201 109 0.14 0 0.46 0.21 78.26 0.46 0.61
Hex AD C9 6D E 0 2E 15 4E 2E 3D
Octal 255 311 155 16 0 56 25 116 56 75
Binary 10101101 11001001 1101101 1110 0 101110 10101 1001110 101110 111101

Color Harmonies of #ADC96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC96D

Black with #ADC96D

Text Example


Text Example

White with #ADC96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC96D; }

 p { color: rgb(173,201,109); }

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

background-color css

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

 a { background-color: rgb(173,201,109); }

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

border-color css

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

 span { border-color: rgb(173,201,109); }

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