Html Css Color HEX #A0B821 Bahia

📋 copy color: '#A0B821'

red 160 ◦ green 184 ◦ blue 33

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

Shades of Bahia #A0B821

Tints of Bahia #A0B821

RGB

 RED value IS 160 (62.89% from 255) = 42.44%

 GREEN value IS 184 (72.27% from 255) = 48.81%

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

R = 42.44%
G = 48.81%
B = 8.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#A0B821 (or 0xA0B821) is known color: Bahia. HEX triplet: A0, B8 and 21. RGB value is (160,184,33). Sum of RGB (Red+Green+Blue) = 160+184+33=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B821 is #5F47DE. Grayscale: #A0A0A0. Windows color (decimal): -6244319 or 2209952. OLE color: 2209952.

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

Color convert

RGB 160 184 33 -
CMYK 0.13 0 0.82 0.28
HSL 69.54º 0.7% 0.43% -
HSV(B) 69.54º 0.82% 0.72% -
XYZ 31.91 41.86 7.84 -
YUV 159.61 56.55 128.28 -
System Red Green Blue C M Y K H S L
Decimal 160 184 33 0.13 0 0.82 0.28 69.54 0.7 0.43
Hex A0 B8 21 D 0 52 1C 46 46 2B
Octal 240 270 41 15 0 122 34 106 106 53
Binary 10100000 10111000 100001 1101 0 1010010 11100 1000110 1000110 101011

Color Harmonies of #A0B821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B821

Black with #A0B821

Text Example


Text Example

White with #A0B821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B821; }

 p { color: rgb(160,184,33); }

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

background-color css

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

 a { background-color: rgb(160,184,33); }

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

border-color css

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

 span { border-color: rgb(160,184,33); }

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