Html Css Color HEX #ADB383 Bud

📋 copy color: '#ADB383'

red 173 ◦ green 179 ◦ blue 131

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

Shades of Bud #ADB383

Tints of Bud #ADB383

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.06%

 BLUE value IS 131 (51.56% from 255) = 27.12%

R = 35.82%
G = 37.06%
B = 27.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#ADB383 (or 0xADB383) is known color: Bud. HEX triplet: AD, B3 and 83. RGB value is (173,179,131). Sum of RGB (Red+Green+Blue) = 173+179+131=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB383 is #524C7C. Grayscale: #ABABAB. Windows color (decimal): -5393533 or 8631213. OLE color: 8631213.

HSL color Cylindrical-coordinate representation of color #ADB383: hue angle of 67.5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB383 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 131 -
CMYK 0.03 0 0.27 0.30
HSL 67.5º 0.24% 0.61% -
HSV(B) 67.5º 0.27% 0.7% -
XYZ 37.45 42.76 27.75 -
YUV 171.73 105.01 128.9 -
System Red Green Blue C M Y K H S L
Decimal 173 179 131 0.03 0 0.27 0.30 67.5 0.24 0.61
Hex AD B3 83 3 0 1B 1E 44 18 3D
Octal 255 263 203 3 0 33 36 104 30 75
Binary 10101101 10110011 10000011 11 0 11011 11110 1000100 11000 111101

Color Harmonies of #ADB383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB383

Black with #ADB383

Text Example


Text Example

White with #ADB383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB383; }

 p { color: rgb(173,179,131); }

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

background-color css

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

 a { background-color: rgb(173,179,131); }

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

border-color css

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

 span { border-color: rgb(173,179,131); }

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