Html Css Color HEX #A8BD12 Bahia

📋 copy color: '#A8BD12'

red 168 ◦ green 189 ◦ blue 18

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

Shades of Bahia #A8BD12

Tints of Bahia #A8BD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.8%

R = 44.8%
G = 50.4%
B = 4.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#A8BD12 (or 0xA8BD12) is known color: Bahia. HEX triplet: A8, BD and 12. RGB value is (168,189,18). Sum of RGB (Red+Green+Blue) = 168+189+18=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BD12 is #5742ED. Grayscale: #A3A3A3. Windows color (decimal): -5718766 or 1228200. OLE color: 1228200.

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

Color convert

RGB 168 189 18 -
CMYK 0.11 0 0.90 0.26
HSL 67.37º 0.83% 0.41% -
HSV(B) 67.37º 0.9% 0.74% -
XYZ 34.46 44.76 7.4 -
YUV 163.23 46.04 131.4 -
System Red Green Blue C M Y K H S L
Decimal 168 189 18 0.11 0 0.90 0.26 67.37 0.83 0.41
Hex A8 BD 12 B 0 5A 1A 43 53 29
Octal 250 275 22 13 0 132 32 103 123 51
Binary 10101000 10111101 10010 1011 0 1011010 11010 1000011 1010011 101001

Color Harmonies of #A8BD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD12

Black with #A8BD12

Text Example


Text Example

White with #A8BD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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