Html Css Color HEX #A8B618 Bahia

📋 copy color: '#A8B618'

red 168 ◦ green 182 ◦ blue 24

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

Shades of Bahia #A8B618

Tints of Bahia #A8B618

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.66%

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

R = 44.92%
G = 48.66%
B = 6.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#A8B618 (or 0xA8B618) is known color: Bahia. HEX triplet: A8, B6 and 18. RGB value is (168,182,24). Sum of RGB (Red+Green+Blue) = 168+182+24=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B618 is #5749E7. Grayscale: #A0A0A0. Windows color (decimal): -5720552 or 1619624. OLE color: 1619624.

HSL color Cylindrical-coordinate representation of color #A8B618: hue angle of 65.32º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8B618 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 182 24 -
CMYK 0.08 0 0.87 0.29
HSL 65.32º 0.77% 0.4% -
HSV(B) 65.32º 0.87% 0.71% -
XYZ 33.04 41.85 7.2 -
YUV 159.8 51.36 133.85 -
System Red Green Blue C M Y K H S L
Decimal 168 182 24 0.08 0 0.87 0.29 65.32 0.77 0.4
Hex A8 B6 18 8 0 57 1D 41 4D 28
Octal 250 266 30 10 0 127 35 101 115 50
Binary 10101000 10110110 11000 1000 0 1010111 11101 1000001 1001101 101000

Color Harmonies of #A8B618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B618

Black with #A8B618

Text Example


Text Example

White with #A8B618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B618; }

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

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

background-color css

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

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

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

border-color css

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

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

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