Html Css Color HEX #A8BD2E Bahia

📋 copy color: '#A8BD2E'

red 168 ◦ green 189 ◦ blue 46

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

Shades of Bahia #A8BD2E

Tints of Bahia #A8BD2E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.9%

 BLUE value IS 46 (18.36% from 255) = 11.41%

R = 41.69%
G = 46.9%
B = 11.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#A8BD2E (or 0xA8BD2E) is known color: Bahia. HEX triplet: A8, BD and 2E. RGB value is (168,189,46). Sum of RGB (Red+Green+Blue) = 168+189+46=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BD2E is #5742D1. Grayscale: #A6A6A6. Windows color (decimal): -5718738 or 3063208. OLE color: 3063208.

HSL color Cylindrical-coordinate representation of color #A8BD2E: hue angle of 68.81º degrees, saturation: 0.61, 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 #A8BD2E is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 189 46 -
CMYK 0.11 0 0.76 0.26
HSL 68.81º 0.61% 0.46% -
HSV(B) 68.81º 0.76% 0.74% -
XYZ 34.84 44.92 9.42 -
YUV 166.42 60.04 129.13 -
System Red Green Blue C M Y K H S L
Decimal 168 189 46 0.11 0 0.76 0.26 68.81 0.61 0.46
Hex A8 BD 2E B 0 4C 1A 45 3D 2E
Octal 250 275 56 13 0 114 32 105 75 56
Binary 10101000 10111101 101110 1011 0 1001100 11010 1000101 111101 101110

Color Harmonies of #A8BD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD2E

Black with #A8BD2E

Text Example


Text Example

White with #A8BD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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