Html Css Color HEX #ADBF6E Caper

📋 copy color: '#ADBF6E'

red 173 ◦ green 191 ◦ blue 110

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

Shades of Caper #ADBF6E

Tints of Caper #ADBF6E

RGB

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

 GREEN value IS 191 (75% from 255) = 40.3%

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 36.5%
G = 40.3%
B = 23.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#ADBF6E (or 0xADBF6E) is known color: Caper. HEX triplet: AD, BF and 6E. RGB value is (173,191,110). Sum of RGB (Red+Green+Blue) = 173+191+110=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBF6E is #524091. Grayscale: #B0B0B0. Windows color (decimal): -5390482 or 7258029. OLE color: 7258029.

HSL color Cylindrical-coordinate representation of color #ADBF6E: hue angle of 73.33º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADBF6E is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 191 110 -
CMYK 0.09 0 0.42 0.25
HSL 73.33º 0.39% 0.59% -
HSV(B) 73.33º 0.42% 0.75% -
XYZ 38.68 47.27 21.84 -
YUV 176.38 90.54 125.59 -
System Red Green Blue C M Y K H S L
Decimal 173 191 110 0.09 0 0.42 0.25 73.33 0.39 0.59
Hex AD BF 6E 9 0 2A 19 49 27 3B
Octal 255 277 156 11 0 52 31 111 47 73
Binary 10101101 10111111 1101110 1001 0 101010 11001 1001001 100111 111011

Color Harmonies of #ADBF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBF6E

Black with #ADBF6E

Text Example


Text Example

White with #ADBF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBF6E; }

 p { color: rgb(173,191,110); }

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

background-color css

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

 a { background-color: rgb(173,191,110); }

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

border-color css

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

 span { border-color: rgb(173,191,110); }

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