Html Css Color HEX #ADBD6C Caper

📋 copy color: '#ADBD6C'

red 173 ◦ green 189 ◦ blue 108

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

Shades of Caper #ADBD6C

Tints of Caper #ADBD6C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.21%

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

R = 36.81%
G = 40.21%
B = 22.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#ADBD6C (or 0xADBD6C) is known color: Caper. HEX triplet: AD, BD and 6C. RGB value is (173,189,108). Sum of RGB (Red+Green+Blue) = 173+189+108=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD6C is #524293. Grayscale: #AFAFAF. Windows color (decimal): -5390996 or 7126445. OLE color: 7126445.

HSL color Cylindrical-coordinate representation of color #ADBD6C: hue angle of 71.85º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADBD6C is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 108 -
CMYK 0.08 0 0.43 0.26
HSL 71.85º 0.38% 0.58% -
HSV(B) 71.85º 0.43% 0.74% -
XYZ 38.14 46.36 21.13 -
YUV 174.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 173 189 108 0.08 0 0.43 0.26 71.85 0.38 0.58
Hex AD BD 6C 8 0 2B 1A 48 26 3A
Octal 255 275 154 10 0 53 32 110 46 72
Binary 10101101 10111101 1101100 1000 0 101011 11010 1001000 100110 111010

Color Harmonies of #ADBD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD6C

Black with #ADBD6C

Text Example


Text Example

White with #ADBD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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