Html Css Color HEX #ADBB81 Caper

📋 copy color: '#ADBB81'

red 173 ◦ green 187 ◦ blue 129

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

Shades of Caper #ADBB81

Tints of Caper #ADBB81

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.24%

 BLUE value IS 129 (50.78% from 255) = 26.38%

R = 35.38%
G = 38.24%
B = 26.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#ADBB81 (or 0xADBB81) is known color: Caper. HEX triplet: AD, BB and 81. RGB value is (173,187,129). Sum of RGB (Red+Green+Blue) = 173+187+129=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB81 is #52447E. Grayscale: #B0B0B0. Windows color (decimal): -5391487 or 8502189. OLE color: 8502189.

HSL color Cylindrical-coordinate representation of color #ADBB81: hue angle of 74.48º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADBB81 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 187 129 -
CMYK 0.07 0 0.31 0.27
HSL 74.48º 0.3% 0.62% -
HSV(B) 74.48º 0.31% 0.73% -
XYZ 38.97 46.01 27.6 -
YUV 176.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 173 187 129 0.07 0 0.31 0.27 74.48 0.3 0.62
Hex AD BB 81 7 0 1F 1B 4A 1E 3E
Octal 255 273 201 7 0 37 33 112 36 76
Binary 10101101 10111011 10000001 111 0 11111 11011 1001010 11110 111110

Color Harmonies of #ADBB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB81

Black with #ADBB81

Text Example


Text Example

White with #ADBB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB81; }

 p { color: rgb(173,187,129); }

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

background-color css

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

 a { background-color: rgb(173,187,129); }

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

border-color css

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

 span { border-color: rgb(173,187,129); }

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