Html Css Color HEX #A8BB12 Bahia

📋 copy color: '#A8BB12'

red 168 ◦ green 187 ◦ blue 18

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

Shades of Bahia #A8BB12

Tints of Bahia #A8BB12

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.13%

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

R = 45.04%
G = 50.13%
B = 4.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#A8BB12 (or 0xA8BB12) is known color: Bahia. HEX triplet: A8, BB and 12. RGB value is (168,187,18). Sum of RGB (Red+Green+Blue) = 168+187+18=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BB12 is #5744ED. Grayscale: #A2A2A2. Windows color (decimal): -5719278 or 1227688. OLE color: 1227688.

HSL color Cylindrical-coordinate representation of color #A8BB12: hue angle of 66.75º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8BB12 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 18 -
CMYK 0.10 0 0.90 0.27
HSL 66.75º 0.82% 0.4% -
HSV(B) 66.75º 0.9% 0.73% -
XYZ 34.03 43.91 7.25 -
YUV 162.05 46.71 132.24 -
System Red Green Blue C M Y K H S L
Decimal 168 187 18 0.10 0 0.90 0.27 66.75 0.82 0.4
Hex A8 BB 12 A 0 5A 1B 43 52 28
Octal 250 273 22 12 0 132 33 103 122 50
Binary 10101000 10111011 10010 1010 0 1011010 11011 1000011 1010010 101000

Color Harmonies of #A8BB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB12

Black with #A8BB12

Text Example


Text Example

White with #A8BB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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