Html Css Color HEX #A8B218 Bahia

📋 copy color: '#A8B218'

red 168 ◦ green 178 ◦ blue 24

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

Shades of Bahia #A8B218

Tints of Bahia #A8B218

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.11%

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

R = 45.41%
G = 48.11%
B = 6.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#A8B218 (or 0xA8B218) is known color: Bahia. HEX triplet: A8, B2 and 18. RGB value is (168,178,24). Sum of RGB (Red+Green+Blue) = 168+178+24=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B218 is #574DE7. Grayscale: #9E9E9E. Windows color (decimal): -5721576 or 1618600. OLE color: 1618600.

HSL color Cylindrical-coordinate representation of color #A8B218: hue angle of 63.9º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8B218 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 178 24 -
CMYK 0.06 0 0.87 0.30
HSL 63.9º 0.76% 0.4% -
HSV(B) 63.9º 0.87% 0.7% -
XYZ 32.23 40.23 6.93 -
YUV 157.45 52.69 135.52 -
System Red Green Blue C M Y K H S L
Decimal 168 178 24 0.06 0 0.87 0.30 63.9 0.76 0.4
Hex A8 B2 18 6 0 57 1E 40 4C 28
Octal 250 262 30 6 0 127 36 100 114 50
Binary 10101000 10110010 11000 110 0 1010111 11110 1000000 1001100 101000

Color Harmonies of #A8B218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B218

Black with #A8B218

Text Example


Text Example

White with #A8B218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B218; }

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

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

background-color css

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

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

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

border-color css

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

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

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