Html Css Color HEX #ADBB74 Caper

📋 copy color: '#ADBB74'

red 173 ◦ green 187 ◦ blue 116

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

Shades of Caper #ADBB74

Tints of Caper #ADBB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.37%

R = 36.34%
G = 39.29%
B = 24.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#ADBB74 (or 0xADBB74) is known color: Caper. HEX triplet: AD, BB and 74. RGB value is (173,187,116). Sum of RGB (Red+Green+Blue) = 173+187+116=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB74 is #52448B. Grayscale: #AEAEAE. Windows color (decimal): -5391500 or 7650221. OLE color: 7650221.

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

Color convert

RGB 173 187 116 -
CMYK 0.07 0 0.38 0.27
HSL 71.83º 0.34% 0.59% -
HSV(B) 71.83º 0.38% 0.73% -
XYZ 38.16 45.69 23.33 -
YUV 174.72 94.86 126.77 -
System Red Green Blue C M Y K H S L
Decimal 173 187 116 0.07 0 0.38 0.27 71.83 0.34 0.59
Hex AD BB 74 7 0 26 1B 48 22 3B
Octal 255 273 164 7 0 46 33 110 42 73
Binary 10101101 10111011 1110100 111 0 100110 11011 1001000 100010 111011

Color Harmonies of #ADBB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB74

Black with #ADBB74

Text Example


Text Example

White with #ADBB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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