Html Css Color HEX #A0BE1E Bahia

📋 copy color: '#A0BE1E'

red 160 ◦ green 190 ◦ blue 30

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

Shades of Bahia #A0BE1E

Tints of Bahia #A0BE1E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50%

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

R = 42.11%
G = 50%
B = 7.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#A0BE1E (or 0xA0BE1E) is known color: Bahia. HEX triplet: A0, BE and 1E. RGB value is (160,190,30). Sum of RGB (Red+Green+Blue) = 160+190+30=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE1E is #5F41E1. Grayscale: #A3A3A3. Windows color (decimal): -6242786 or 2014880. OLE color: 2014880.

HSL color Cylindrical-coordinate representation of color #A0BE1E: hue angle of 71.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0BE1E is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 30 -
CMYK 0.16 0 0.84 0.25
HSL 71.25º 0.73% 0.43% -
HSV(B) 71.25º 0.84% 0.75% -
XYZ 33.15 44.39 8.05 -
YUV 162.79 53.06 126.01 -
System Red Green Blue C M Y K H S L
Decimal 160 190 30 0.16 0 0.84 0.25 71.25 0.73 0.43
Hex A0 BE 1E 10 0 54 19 47 49 2B
Octal 240 276 36 20 0 124 31 107 111 53
Binary 10100000 10111110 11110 10000 0 1010100 11001 1000111 1001001 101011

Color Harmonies of #A0BE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE1E

Black with #A0BE1E

Text Example


Text Example

White with #A0BE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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