Html Css Color HEX #ADBD7B Caper

📋 copy color: '#ADBD7B'

red 173 ◦ green 189 ◦ blue 123

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

Shades of Caper #ADBD7B

Tints of Caper #ADBD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.36%

R = 35.67%
G = 38.97%
B = 25.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#ADBD7B (or 0xADBD7B) is known color: Caper. HEX triplet: AD, BD and 7B. RGB value is (173,189,123). Sum of RGB (Red+Green+Blue) = 173+189+123=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD7B is #524284. Grayscale: #B0B0B0. Windows color (decimal): -5390981 or 8109485. OLE color: 8109485.

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

Color convert

RGB 173 189 123 -
CMYK 0.08 0 0.35 0.26
HSL 74.55º 0.33% 0.61% -
HSV(B) 74.55º 0.35% 0.74% -
XYZ 39.01 46.71 25.7 -
YUV 176.69 97.7 125.37 -
System Red Green Blue C M Y K H S L
Decimal 173 189 123 0.08 0 0.35 0.26 74.55 0.33 0.61
Hex AD BD 7B 8 0 23 1A 4B 21 3D
Octal 255 275 173 10 0 43 32 113 41 75
Binary 10101101 10111101 1111011 1000 0 100011 11010 1001011 100001 111101

Color Harmonies of #ADBD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD7B

Black with #ADBD7B

Text Example


Text Example

White with #ADBD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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