Html Css Color HEX #A8B018 Bahia

📋 copy color: '#A8B018'

red 168 ◦ green 176 ◦ blue 24

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

Shades of Bahia #A8B018

Tints of Bahia #A8B018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.52%

R = 45.65%
G = 47.83%
B = 6.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#A8B018 (or 0xA8B018) is known color: Bahia. HEX triplet: A8, B0 and 18. RGB value is (168,176,24). Sum of RGB (Red+Green+Blue) = 168+176+24=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B018 is #574FE7. Grayscale: #9C9C9C. Windows color (decimal): -5722088 or 1618088. OLE color: 1618088.

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

Color convert

RGB 168 176 24 -
CMYK 0.05 0 0.86 0.31
HSL 63.16º 0.76% 0.39% -
HSV(B) 63.16º 0.86% 0.69% -
XYZ 31.84 39.44 6.8 -
YUV 156.28 53.35 136.36 -
System Red Green Blue C M Y K H S L
Decimal 168 176 24 0.05 0 0.86 0.31 63.16 0.76 0.39
Hex A8 B0 18 5 0 56 1F 3F 4C 27
Octal 250 260 30 5 0 126 37 77 114 47
Binary 10101000 10110000 11000 101 0 1010110 11111 111111 1001100 100111

Color Harmonies of #A8B018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B018

Black with #A8B018

Text Example


Text Example

White with #A8B018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B018; }

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

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

background-color css

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

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

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

border-color css

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

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

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