Html Css Color HEX #ADBA78 Caper

📋 copy color: '#ADBA78'

red 173 ◦ green 186 ◦ blue 120

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

Shades of Caper #ADBA78

Tints of Caper #ADBA78

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.83%

 BLUE value IS 120 (47.27% from 255) = 25.05%

R = 36.12%
G = 38.83%
B = 25.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#ADBA78 (or 0xADBA78) is known color: Caper. HEX triplet: AD, BA and 78. RGB value is (173,186,120). Sum of RGB (Red+Green+Blue) = 173+186+120=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA78 is #524587. Grayscale: #AEAEAE. Windows color (decimal): -5391752 or 7912109. OLE color: 7912109.

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

Color convert

RGB 173 186 120 -
CMYK 0.07 0 0.35 0.27
HSL 71.82º 0.32% 0.6% -
HSV(B) 71.82º 0.35% 0.73% -
XYZ 38.18 45.36 24.51 -
YUV 174.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 173 186 120 0.07 0 0.35 0.27 71.82 0.32 0.6
Hex AD BA 78 7 0 23 1B 48 20 3C
Octal 255 272 170 7 0 43 33 110 40 74
Binary 10101101 10111010 1111000 111 0 100011 11011 1001000 100000 111100

Color Harmonies of #ADBA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA78

Black with #ADBA78

Text Example


Text Example

White with #ADBA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA78; }

 p { color: rgb(173,186,120); }

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

background-color css

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

 a { background-color: rgb(173,186,120); }

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

border-color css

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

 span { border-color: rgb(173,186,120); }

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