Html Css Color HEX #ADBD6B Caper

📋 copy color: '#ADBD6B'

red 173 ◦ green 189 ◦ blue 107

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

Shades of Caper #ADBD6B

Tints of Caper #ADBD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.81%

R = 36.89%
G = 40.3%
B = 22.81%

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

#ADBD6B (or 0xADBD6B) is known color: Caper. HEX triplet: AD, BD and 6B. RGB value is (173,189,107). Sum of RGB (Red+Green+Blue) = 173+189+107=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD6B is #524294. Grayscale: #AFAFAF. Windows color (decimal): -5390997 or 7060909. OLE color: 7060909.

HSL color Cylindrical-coordinate representation of color #ADBD6B: hue angle of 71.71º 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 #ADBD6B is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 107 -
CMYK 0.08 0 0.43 0.26
HSL 71.71º 0.38% 0.58% -
HSV(B) 71.71º 0.43% 0.74% -
XYZ 38.09 46.34 20.85 -
YUV 174.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 173 189 107 0.08 0 0.43 0.26 71.71 0.38 0.58
Hex AD BD 6B 8 0 2B 1A 48 26 3A
Octal 255 275 153 10 0 53 32 110 46 72
Binary 10101101 10111101 1101011 1000 0 101011 11010 1001000 100110 111010

Color Harmonies of #ADBD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD6B

Black with #ADBD6B

Text Example


Text Example

White with #ADBD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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