Html Css Color HEX #A8B01C Bahia

📋 copy color: '#A8B01C'

red 168 ◦ green 176 ◦ blue 28

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

Shades of Bahia #A8B01C

Tints of Bahia #A8B01C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.31%

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

R = 45.16%
G = 47.31%
B = 7.53%

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

#A8B01C (or 0xA8B01C) is known color: Bahia. HEX triplet: A8, B0 and 1C. RGB value is (168,176,28). Sum of RGB (Red+Green+Blue) = 168+176+28=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B01C is #574FE3. Grayscale: #9D9D9D. Windows color (decimal): -5722084 or 1880232. OLE color: 1880232.

HSL color Cylindrical-coordinate representation of color #A8B01C: hue angle of 63.24º 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 #A8B01C is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 176 28 -
CMYK 0.05 0 0.84 0.31
HSL 63.24º 0.73% 0.4% -
HSV(B) 63.24º 0.84% 0.69% -
XYZ 31.88 39.46 7.03 -
YUV 156.74 55.35 136.03 -
System Red Green Blue C M Y K H S L
Decimal 168 176 28 0.05 0 0.84 0.31 63.24 0.73 0.4
Hex A8 B0 1C 5 0 54 1F 3F 49 28
Octal 250 260 34 5 0 124 37 77 111 50
Binary 10101000 10110000 11100 101 0 1010100 11111 111111 1001001 101000

Color Harmonies of #A8B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B01C

Black with #A8B01C

Text Example


Text Example

White with #A8B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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