Html Css Color HEX #ADC67F Caper

📋 copy color: '#ADC67F'

red 173 ◦ green 198 ◦ blue 127

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

Shades of Caper #ADC67F

Tints of Caper #ADC67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.5%

R = 34.74%
G = 39.76%
B = 25.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#ADC67F (or 0xADC67F) is known color: Caper. HEX triplet: AD, C6 and 7F. RGB value is (173,198,127). Sum of RGB (Red+Green+Blue) = 173+198+127=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC67F is #523980. Grayscale: #B6B6B6. Windows color (decimal): -5388673 or 8373933. OLE color: 8373933.

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

Color convert

RGB 173 198 127 -
CMYK 0.13 0 0.36 0.22
HSL 81.13º 0.38% 0.64% -
HSV(B) 81.13º 0.36% 0.78% -
XYZ 41.26 50.8 27.71 -
YUV 182.43 96.72 121.27 -
System Red Green Blue C M Y K H S L
Decimal 173 198 127 0.13 0 0.36 0.22 81.13 0.38 0.64
Hex AD C6 7F D 0 24 16 51 26 40
Octal 255 306 177 15 0 44 26 121 46 100
Binary 10101101 11000110 1111111 1101 0 100100 10110 1010001 100110 1000000

Color Harmonies of #ADC67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC67F

Black with #ADC67F

Text Example


Text Example

White with #ADC67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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