Html Css Color HEX #A8B721 Bahia

📋 copy color: '#A8B721'

red 168 ◦ green 183 ◦ blue 33

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

Shades of Bahia #A8B721

Tints of Bahia #A8B721

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.66%

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

R = 43.75%
G = 47.66%
B = 8.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#A8B721 (or 0xA8B721) is known color: Bahia. HEX triplet: A8, B7 and 21. RGB value is (168,183,33). Sum of RGB (Red+Green+Blue) = 168+183+33=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B721 is #5748DE. Grayscale: #A2A2A2. Windows color (decimal): -5720287 or 2209704. OLE color: 2209704.

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

Color convert

RGB 168 183 33 -
CMYK 0.08 0 0.82 0.28
HSL 66º 0.69% 0.42% -
HSV(B) 66º 0.82% 0.72% -
XYZ 33.36 42.3 7.85 -
YUV 161.42 55.53 132.7 -
System Red Green Blue C M Y K H S L
Decimal 168 183 33 0.08 0 0.82 0.28 66 0.69 0.42
Hex A8 B7 21 8 0 52 1C 42 45 2A
Octal 250 267 41 10 0 122 34 102 105 52
Binary 10101000 10110111 100001 1000 0 1010010 11100 1000010 1000101 101010

Color Harmonies of #A8B721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B721

Black with #A8B721

Text Example


Text Example

White with #A8B721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B721; }

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

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

background-color css

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

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

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

border-color css

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

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

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