Html Css Color HEX #A8BD1C Bahia

📋 copy color: '#A8BD1C'

red 168 ◦ green 189 ◦ blue 28

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

Shades of Bahia #A8BD1C

Tints of Bahia #A8BD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.27%

R = 43.64%
G = 49.09%
B = 7.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#A8BD1C (or 0xA8BD1C) is known color: Bahia. HEX triplet: A8, BD and 1C. RGB value is (168,189,28). Sum of RGB (Red+Green+Blue) = 168+189+28=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BD1C is #5742E3. Grayscale: #A4A4A4. Windows color (decimal): -5718756 or 1883560. OLE color: 1883560.

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

Color convert

RGB 168 189 28 -
CMYK 0.11 0 0.85 0.26
HSL 67.83º 0.74% 0.43% -
HSV(B) 67.83º 0.85% 0.74% -
XYZ 34.56 44.8 7.93 -
YUV 164.37 51.04 130.59 -
System Red Green Blue C M Y K H S L
Decimal 168 189 28 0.11 0 0.85 0.26 67.83 0.74 0.43
Hex A8 BD 1C B 0 55 1A 44 4A 2B
Octal 250 275 34 13 0 125 32 104 112 53
Binary 10101000 10111101 11100 1011 0 1010101 11010 1000100 1001010 101011

Color Harmonies of #A8BD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD1C

Black with #A8BD1C

Text Example


Text Example

White with #A8BD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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