Html Css Color HEX #ADBD7E Caper

📋 copy color: '#ADBD7E'

red 173 ◦ green 189 ◦ blue 126

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

Shades of Caper #ADBD7E

Tints of Caper #ADBD7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.82%

R = 35.45%
G = 38.73%
B = 25.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#ADBD7E (or 0xADBD7E) is known color: Caper. HEX triplet: AD, BD and 7E. RGB value is (173,189,126). Sum of RGB (Red+Green+Blue) = 173+189+126=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD7E is #524281. Grayscale: #B1B1B1. Windows color (decimal): -5390978 or 8306093. OLE color: 8306093.

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

Color convert

RGB 173 189 126 -
CMYK 0.08 0 0.33 0.26
HSL 75.24º 0.32% 0.62% -
HSV(B) 75.24º 0.33% 0.74% -
XYZ 39.2 46.79 26.7 -
YUV 177.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 173 189 126 0.08 0 0.33 0.26 75.24 0.32 0.62
Hex AD BD 7E 8 0 21 1A 4B 20 3E
Octal 255 275 176 10 0 41 32 113 40 76
Binary 10101101 10111101 1111110 1000 0 100001 11010 1001011 100000 111110

Color Harmonies of #ADBD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD7E

Black with #ADBD7E

Text Example


Text Example

White with #ADBD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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