Html Css Color HEX #ADC08B Caper

📋 copy color: '#ADC08B'

red 173 ◦ green 192 ◦ blue 139

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

Shades of Caper #ADC08B

Tints of Caper #ADC08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.58%

R = 34.33%
G = 38.1%
B = 27.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#ADC08B (or 0xADC08B) is known color: Caper. HEX triplet: AD, C0 and 8B. RGB value is (173,192,139). Sum of RGB (Red+Green+Blue) = 173+192+139=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC08B is #523F74. Grayscale: #B4B4B4. Windows color (decimal): -5390197 or 9158829. OLE color: 9158829.

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

Color convert

RGB 173 192 139 -
CMYK 0.10 0 0.28 0.25
HSL 81.51º 0.3% 0.65% -
HSV(B) 81.51º 0.28% 0.75% -
XYZ 40.74 48.45 31.63 -
YUV 180.28 104.71 122.81 -
System Red Green Blue C M Y K H S L
Decimal 173 192 139 0.10 0 0.28 0.25 81.51 0.3 0.65
Hex AD C0 8B A 0 1C 19 52 1E 41
Octal 255 300 213 12 0 34 31 122 36 101
Binary 10101101 11000000 10001011 1010 0 11100 11001 1010010 11110 1000001

Color Harmonies of #ADC08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC08B

Black with #ADC08B

Text Example


Text Example

White with #ADC08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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