Html Css Color HEX #ADBC6F Caper

📋 copy color: '#ADBC6F'

red 173 ◦ green 188 ◦ blue 111

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

Shades of Caper #ADBC6F

Tints of Caper #ADBC6F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.83%

 BLUE value IS 111 (43.75% from 255) = 23.52%

R = 36.65%
G = 39.83%
B = 23.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#ADBC6F (or 0xADBC6F) is known color: Caper. HEX triplet: AD, BC and 6F. RGB value is (173,188,111). Sum of RGB (Red+Green+Blue) = 173+188+111=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBC6F is #524390. Grayscale: #AFAFAF. Windows color (decimal): -5391249 or 7322797. OLE color: 7322797.

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

Color convert

RGB 173 188 111 -
CMYK 0.08 0 0.41 0.26
HSL 71.69º 0.36% 0.59% -
HSV(B) 71.69º 0.41% 0.74% -
XYZ 38.09 46 21.91 -
YUV 174.74 92.03 126.76 -
System Red Green Blue C M Y K H S L
Decimal 173 188 111 0.08 0 0.41 0.26 71.69 0.36 0.59
Hex AD BC 6F 8 0 29 1A 48 24 3B
Octal 255 274 157 10 0 51 32 110 44 73
Binary 10101101 10111100 1101111 1000 0 101001 11010 1001000 100100 111011

Color Harmonies of #ADBC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBC6F

Black with #ADBC6F

Text Example


Text Example

White with #ADBC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBC6F; }

 p { color: rgb(173,188,111); }

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

background-color css

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

 a { background-color: rgb(173,188,111); }

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

border-color css

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

 span { border-color: rgb(173,188,111); }

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