Html Css Color HEX #ADC67D Caper

📋 copy color: '#ADC67D'

red 173 ◦ green 198 ◦ blue 125

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

Shades of Caper #ADC67D

Tints of Caper #ADC67D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.92%

 BLUE value IS 125 (49.22% from 255) = 25.2%

R = 34.88%
G = 39.92%
B = 25.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#ADC67D (or 0xADC67D) is known color: Caper. HEX triplet: AD, C6 and 7D. RGB value is (173,198,125). Sum of RGB (Red+Green+Blue) = 173+198+125=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC67D is #523982. Grayscale: #B6B6B6. Windows color (decimal): -5388675 or 8242861. OLE color: 8242861.

HSL color Cylindrical-coordinate representation of color #ADC67D: hue angle of 80.55º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADC67D is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 125 -
CMYK 0.13 0 0.37 0.22
HSL 80.55º 0.39% 0.63% -
HSV(B) 80.55º 0.37% 0.78% -
XYZ 41.13 50.75 27.03 -
YUV 182.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 173 198 125 0.13 0 0.37 0.22 80.55 0.39 0.63
Hex AD C6 7D D 0 25 16 51 27 3F
Octal 255 306 175 15 0 45 26 121 47 77
Binary 10101101 11000110 1111101 1101 0 100101 10110 1010001 100111 111111

Color Harmonies of #ADC67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC67D

Black with #ADC67D

Text Example


Text Example

White with #ADC67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC67D; }

 p { color: rgb(173,198,125); }

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

background-color css

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

 a { background-color: rgb(173,198,125); }

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

border-color css

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

 span { border-color: rgb(173,198,125); }

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