Html Css Color HEX #A8B18B Bud

📋 copy color: '#A8B18B'

red 168 ◦ green 177 ◦ blue 139

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

Shades of Bud #A8B18B

Tints of Bud #A8B18B

RGB

 RED value IS 168 (66.02% from 255) = 34.71%

 GREEN value IS 177 (69.53% from 255) = 36.57%

 BLUE value IS 139 (54.69% from 255) = 28.72%

R = 34.71%
G = 36.57%
B = 28.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#A8B18B (or 0xA8B18B) is known color: Bud. HEX triplet: A8, B1 and 8B. RGB value is (168,177,139). Sum of RGB (Red+Green+Blue) = 168+177+139=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B18B is #574E74. Grayscale: #AAAAAA. Windows color (decimal): -5721717 or 9154984. OLE color: 9154984.

HSL color Cylindrical-coordinate representation of color #A8B18B: hue angle of 74.21º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8B18B is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 177 139 -
CMYK 0.05 0 0.21 0.31
HSL 74.21º 0.2% 0.62% -
HSV(B) 74.21º 0.21% 0.69% -
XYZ 36.53 41.63 30.54 -
YUV 169.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 168 177 139 0.05 0 0.21 0.31 74.21 0.2 0.62
Hex A8 B1 8B 5 0 15 1F 4A 14 3E
Octal 250 261 213 5 0 25 37 112 24 76
Binary 10101000 10110001 10001011 101 0 10101 11111 1001010 10100 111110

Color Harmonies of #A8B18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B18B

Black with #A8B18B

Text Example


Text Example

White with #A8B18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B18B; }

 p { color: rgb(168,177,139); }

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

background-color css

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

 a { background-color: rgb(168,177,139); }

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

border-color css

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

 span { border-color: rgb(168,177,139); }

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