Html Css Color HEX #ADB288 Bud

📋 copy color: '#ADB288'

red 173 ◦ green 178 ◦ blue 136

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

Shades of Bud #ADB288

Tints of Bud #ADB288

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.55%

 BLUE value IS 136 (53.52% from 255) = 27.93%

R = 35.52%
G = 36.55%
B = 27.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#ADB288 (or 0xADB288) is known color: Bud. HEX triplet: AD, B2 and 88. RGB value is (173,178,136). Sum of RGB (Red+Green+Blue) = 173+178+136=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB288 is #524D77. Grayscale: #ABABAB. Windows color (decimal): -5393784 or 8958637. OLE color: 8958637.

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

Color convert

RGB 173 178 136 -
CMYK 0.03 0 0.24 0.30
HSL 67.14º 0.21% 0.62% -
HSV(B) 67.14º 0.24% 0.7% -
XYZ 37.6 42.5 29.51 -
YUV 171.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 173 178 136 0.03 0 0.24 0.30 67.14 0.21 0.62
Hex AD B2 88 3 0 18 1E 43 15 3E
Octal 255 262 210 3 0 30 36 103 25 76
Binary 10101101 10110010 10001000 11 0 11000 11110 1000011 10101 111110

Color Harmonies of #ADB288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB288

Black with #ADB288

Text Example


Text Example

White with #ADB288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB288; }

 p { color: rgb(173,178,136); }

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

background-color css

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

 a { background-color: rgb(173,178,136); }

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

border-color css

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

 span { border-color: rgb(173,178,136); }

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