Html Css Color HEX #ADBD71 Caper

📋 copy color: '#ADBD71'

red 173 ◦ green 189 ◦ blue 113

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

Shades of Caper #ADBD71

Tints of Caper #ADBD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.79%

R = 36.42%
G = 39.79%
B = 23.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#ADBD71 (or 0xADBD71) is known color: Caper. HEX triplet: AD, BD and 71. RGB value is (173,189,113). Sum of RGB (Red+Green+Blue) = 173+189+113=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD71 is #52428E. Grayscale: #AFAFAF. Windows color (decimal): -5390991 or 7454125. OLE color: 7454125.

HSL color Cylindrical-coordinate representation of color #ADBD71: hue angle of 72.63º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADBD71 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 113 -
CMYK 0.08 0 0.40 0.26
HSL 72.63º 0.37% 0.59% -
HSV(B) 72.63º 0.4% 0.74% -
XYZ 38.41 46.47 22.57 -
YUV 175.55 92.7 126.18 -
System Red Green Blue C M Y K H S L
Decimal 173 189 113 0.08 0 0.40 0.26 72.63 0.37 0.59
Hex AD BD 71 8 0 28 1A 49 25 3B
Octal 255 275 161 10 0 50 32 111 45 73
Binary 10101101 10111101 1110001 1000 0 101000 11010 1001001 100101 111011

Color Harmonies of #ADBD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD71

Black with #ADBD71

Text Example


Text Example

White with #ADBD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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