#A8BD2D

Color #A8BD2D Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A8BD2D

Tints of Bahia #A8BD2D

Color information

#A8BD2D (or 0xA8BD2D) is unknown color: approx Bahia. HEX triplet: A8, BD and 2D. RGB value is (168,189,45). Sum of RGB (Red+Green+Blue) = 168+189+45=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BD2D is #5742D2. Grayscale: #A6A6A6. Windows color (decimal): -5718739 or 2997672. OLE color: 2997672.

HSL color Cylindrical-coordinate representation of color #A8BD2D: hue angle of 68.75º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8BD2D is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB16818945-
CMYK0.1100.760.26
HSL68.75º61.54%45.88%-
HSV(B)68.75º76.19%74.12%-
XYZ34.8244.919.32-
YUV166.359.54129.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 189 (74.22% from 255) = 47.01%
BLUE value IS 45 (17.97% from 255) = 11.19%
R=41.79%
G=47.01%
B=11.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168189450.1100.760.2668.7561.5445.88
HexA8BD2DB04C1A453e2e
Octal25027555130114321057656
Binary1010100010111101101101101101001100110101000101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BD2D; }

 p { color: rgb(168,189,45); }

 H1.HeaderClassName
 {
   color: #A8BD2D;
 }
 .AnyTagClassName
 {
   color: #A8BD2D;
 }
</style>
background-color css

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

 a { background-color: rgb(168,189,45); }

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

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

 span { border-color: rgb(168,189,45); }

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