Html Css Color HEX #A8B11C Bahia

📋 copy color: '#A8B11C'

red 168 ◦ green 177 ◦ blue 28

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

Shades of Bahia #A8B11C

Tints of Bahia #A8B11C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.45%

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

R = 45.04%
G = 47.45%
B = 7.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#A8B11C (or 0xA8B11C) is known color: Bahia. HEX triplet: A8, B1 and 1C. RGB value is (168,177,28). Sum of RGB (Red+Green+Blue) = 168+177+28=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B11C is #574EE3. Grayscale: #9D9D9D. Windows color (decimal): -5721828 or 1880488. OLE color: 1880488.

HSL color Cylindrical-coordinate representation of color #A8B11C: hue angle of 63.62º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8B11C is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 177 28 -
CMYK 0.05 0 0.84 0.31
HSL 63.62º 0.73% 0.4% -
HSV(B) 63.62º 0.84% 0.69% -
XYZ 32.08 39.85 7.1 -
YUV 157.32 55.02 135.62 -
System Red Green Blue C M Y K H S L
Decimal 168 177 28 0.05 0 0.84 0.31 63.62 0.73 0.4
Hex A8 B1 1C 5 0 54 1F 40 49 28
Octal 250 261 34 5 0 124 37 100 111 50
Binary 10101000 10110001 11100 101 0 1010100 11111 1000000 1001001 101000

Color Harmonies of #A8B11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B11C

Black with #A8B11C

Text Example


Text Example

White with #A8B11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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