Html Css Color HEX #ADC06C Caper

📋 copy color: '#ADC06C'

red 173 ◦ green 192 ◦ blue 108

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

Shades of Caper #ADC06C

Tints of Caper #ADC06C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.59%

 BLUE value IS 108 (42.58% from 255) = 22.83%

R = 36.58%
G = 40.59%
B = 22.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#ADC06C (or 0xADC06C) is known color: Caper. HEX triplet: AD, C0 and 6C. RGB value is (173,192,108). Sum of RGB (Red+Green+Blue) = 173+192+108=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC06C is #523F93. Grayscale: #B1B1B1. Windows color (decimal): -5390228 or 7127213. OLE color: 7127213.

HSL color Cylindrical-coordinate representation of color #ADC06C: hue angle of 73.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADC06C is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 108 -
CMYK 0.10 0 0.44 0.25
HSL 73.57º 0.4% 0.59% -
HSV(B) 73.57º 0.44% 0.75% -
XYZ 38.79 47.67 21.34 -
YUV 176.74 89.21 125.33 -
System Red Green Blue C M Y K H S L
Decimal 173 192 108 0.10 0 0.44 0.25 73.57 0.4 0.59
Hex AD C0 6C A 0 2C 19 4A 28 3B
Octal 255 300 154 12 0 54 31 112 50 73
Binary 10101101 11000000 1101100 1010 0 101100 11001 1001010 101000 111011

Color Harmonies of #ADC06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC06C

Black with #ADC06C

Text Example


Text Example

White with #ADC06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC06C; }

 p { color: rgb(173,192,108); }

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

background-color css

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

 a { background-color: rgb(173,192,108); }

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

border-color css

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

 span { border-color: rgb(173,192,108); }

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