Html Css Color HEX #ADCD6D Caper

📋 copy color: '#ADCD6D'

red 173 ◦ green 205 ◦ blue 109

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

Shades of Caper #ADCD6D

Tints of Caper #ADCD6D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.09%

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

R = 35.52%
G = 42.09%
B = 22.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#ADCD6D (or 0xADCD6D) is known color: Caper. HEX triplet: AD, CD and 6D. RGB value is (173,205,109). Sum of RGB (Red+Green+Blue) = 173+205+109=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD6D is #523292. Grayscale: #B8B8B8. Windows color (decimal): -5386899 or 7196077. OLE color: 7196077.

HSL color Cylindrical-coordinate representation of color #ADCD6D: hue angle of 80º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADCD6D is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 109 -
CMYK 0.16 0 0.47 0.20
HSL 80º 0.49% 0.62% -
HSV(B) 80º 0.47% 0.8% -
XYZ 41.83 53.65 22.62 -
YUV 184.49 85.4 119.81 -
System Red Green Blue C M Y K H S L
Decimal 173 205 109 0.16 0 0.47 0.20 80 0.49 0.62
Hex AD CD 6D 10 0 2F 14 50 31 3E
Octal 255 315 155 20 0 57 24 120 61 76
Binary 10101101 11001101 1101101 10000 0 101111 10100 1010000 110001 111110

Color Harmonies of #ADCD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD6D

Black with #ADCD6D

Text Example


Text Example

White with #ADCD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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