Html Css Color HEX #A8BD1A Bahia

📋 copy color: '#A8BD1A'

red 168 ◦ green 189 ◦ blue 26

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

Shades of Bahia #A8BD1A

Tints of Bahia #A8BD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.79%

R = 43.86%
G = 49.35%
B = 6.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#A8BD1A (or 0xA8BD1A) is known color: Bahia. HEX triplet: A8, BD and 1A. RGB value is (168,189,26). Sum of RGB (Red+Green+Blue) = 168+189+26=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BD1A is #5742E5. Grayscale: #A4A4A4. Windows color (decimal): -5718758 or 1752488. OLE color: 1752488.

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

Color convert

RGB 168 189 26 -
CMYK 0.11 0 0.86 0.26
HSL 67.73º 0.76% 0.42% -
HSV(B) 67.73º 0.86% 0.74% -
XYZ 34.53 44.79 7.8 -
YUV 164.14 50.04 130.75 -
System Red Green Blue C M Y K H S L
Decimal 168 189 26 0.11 0 0.86 0.26 67.73 0.76 0.42
Hex A8 BD 1A B 0 56 1A 44 4C 2A
Octal 250 275 32 13 0 126 32 104 114 52
Binary 10101000 10111101 11010 1011 0 1010110 11010 1000100 1001100 101010

Color Harmonies of #A8BD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD1A

Black with #A8BD1A

Text Example


Text Example

White with #A8BD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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