Html Css Color HEX #A8B521 Bahia

📋 copy color: '#A8B521'

red 168 ◦ green 181 ◦ blue 33

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

Shades of Bahia #A8B521

Tints of Bahia #A8B521

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.38%

 BLUE value IS 33 (13.28% from 255) = 8.64%

R = 43.98%
G = 47.38%
B = 8.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#A8B521 (or 0xA8B521) is known color: Bahia. HEX triplet: A8, B5 and 21. RGB value is (168,181,33). Sum of RGB (Red+Green+Blue) = 168+181+33=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B521 is #574ADE. Grayscale: #A0A0A0. Windows color (decimal): -5720799 or 2209192. OLE color: 2209192.

HSL color Cylindrical-coordinate representation of color #A8B521: hue angle of 65.27º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8B521 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 181 33 -
CMYK 0.07 0 0.82 0.29
HSL 65.27º 0.69% 0.42% -
HSV(B) 65.27º 0.82% 0.71% -
XYZ 32.95 41.48 7.71 -
YUV 160.24 56.19 133.53 -
System Red Green Blue C M Y K H S L
Decimal 168 181 33 0.07 0 0.82 0.29 65.27 0.69 0.42
Hex A8 B5 21 7 0 52 1D 41 45 2A
Octal 250 265 41 7 0 122 35 101 105 52
Binary 10101000 10110101 100001 111 0 1010010 11101 1000001 1000101 101010

Color Harmonies of #A8B521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B521

Black with #A8B521

Text Example


Text Example

White with #A8B521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B521; }

 p { color: rgb(168,181,33); }

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

background-color css

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

 a { background-color: rgb(168,181,33); }

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

border-color css

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

 span { border-color: rgb(168,181,33); }

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