Html Css Color HEX #ADBB70 Caper

📋 copy color: '#ADBB70'

red 173 ◦ green 187 ◦ blue 112

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

Shades of Caper #ADBB70

Tints of Caper #ADBB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.73%

R = 36.65%
G = 39.62%
B = 23.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#ADBB70 (or 0xADBB70) is known color: Caper. HEX triplet: AD, BB and 70. RGB value is (173,187,112). Sum of RGB (Red+Green+Blue) = 173+187+112=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB70 is #52448F. Grayscale: #AEAEAE. Windows color (decimal): -5391504 or 7388077. OLE color: 7388077.

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

Color convert

RGB 173 187 112 -
CMYK 0.07 0 0.40 0.27
HSL 71.2º 0.36% 0.59% -
HSV(B) 71.2º 0.4% 0.73% -
XYZ 37.93 45.59 22.13 -
YUV 174.26 92.86 127.1 -
System Red Green Blue C M Y K H S L
Decimal 173 187 112 0.07 0 0.40 0.27 71.2 0.36 0.59
Hex AD BB 70 7 0 28 1B 47 24 3B
Octal 255 273 160 7 0 50 33 107 44 73
Binary 10101101 10111011 1110000 111 0 101000 11011 1000111 100100 111011

Color Harmonies of #ADBB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB70

Black with #ADBB70

Text Example


Text Example

White with #ADBB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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