Html Css Color HEX #A0BD21 Bahia

📋 copy color: '#A0BD21'

red 160 ◦ green 189 ◦ blue 33

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

Shades of Bahia #A0BD21

Tints of Bahia #A0BD21

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.48%

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

R = 41.88%
G = 49.48%
B = 8.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#A0BD21 (or 0xA0BD21) is known color: Bahia. HEX triplet: A0, BD and 21. RGB value is (160,189,33). Sum of RGB (Red+Green+Blue) = 160+189+33=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BD21 is #5F42DE. Grayscale: #A3A3A3. Windows color (decimal): -6243039 or 2211232. OLE color: 2211232.

HSL color Cylindrical-coordinate representation of color #A0BD21: hue angle of 71.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0BD21 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 189 33 -
CMYK 0.15 0 0.83 0.26
HSL 71.15º 0.7% 0.44% -
HSV(B) 71.15º 0.83% 0.74% -
XYZ 32.97 43.98 8.19 -
YUV 162.55 54.89 126.18 -
System Red Green Blue C M Y K H S L
Decimal 160 189 33 0.15 0 0.83 0.26 71.15 0.7 0.44
Hex A0 BD 21 F 0 53 1A 47 46 2C
Octal 240 275 41 17 0 123 32 107 106 54
Binary 10100000 10111101 100001 1111 0 1010011 11010 1000111 1000110 101100

Color Harmonies of #A0BD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD21

Black with #A0BD21

Text Example


Text Example

White with #A0BD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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