Html Css Color HEX #A0B21E Bahia

📋 copy color: '#A0B21E'

red 160 ◦ green 178 ◦ blue 30

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

Shades of Bahia #A0B21E

Tints of Bahia #A0B21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.15%

R = 43.48%
G = 48.37%
B = 8.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#A0B21E (or 0xA0B21E) is known color: Bahia. HEX triplet: A0, B2 and 1E. RGB value is (160,178,30). Sum of RGB (Red+Green+Blue) = 160+178+30=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B21E is #5F4DE1. Grayscale: #9C9C9C. Windows color (decimal): -6245858 or 2011808. OLE color: 2011808.

HSL color Cylindrical-coordinate representation of color #A0B21E: hue angle of 67.3º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0B21E is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 178 30 -
CMYK 0.10 0 0.83 0.30
HSL 67.3º 0.71% 0.41% -
HSV(B) 67.3º 0.83% 0.7% -
XYZ 30.65 39.41 7.22 -
YUV 155.75 57.04 131.03 -
System Red Green Blue C M Y K H S L
Decimal 160 178 30 0.10 0 0.83 0.30 67.3 0.71 0.41
Hex A0 B2 1E A 0 53 1E 43 47 29
Octal 240 262 36 12 0 123 36 103 107 51
Binary 10100000 10110010 11110 1010 0 1010011 11110 1000011 1000111 101001

Color Harmonies of #A0B21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B21E

Black with #A0B21E

Text Example


Text Example

White with #A0B21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B21E; }

 p { color: rgb(160,178,30); }

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

background-color css

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

 a { background-color: rgb(160,178,30); }

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

border-color css

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

 span { border-color: rgb(160,178,30); }

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