Html Css Color HEX #A0BE28 Bahia

📋 copy color: '#A0BE28'

red 160 ◦ green 190 ◦ blue 40

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

Shades of Bahia #A0BE28

Tints of Bahia #A0BE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.26%

R = 41.03%
G = 48.72%
B = 10.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#A0BE28 (or 0xA0BE28) is known color: Bahia. HEX triplet: A0, BE and 28. RGB value is (160,190,40). Sum of RGB (Red+Green+Blue) = 160+190+40=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE28 is #5F41D7. Grayscale: #A4A4A4. Windows color (decimal): -6242776 or 2670240. OLE color: 2670240.

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

Color convert

RGB 160 190 40 -
CMYK 0.16 0 0.79 0.25
HSL 72º 0.65% 0.45% -
HSV(B) 72º 0.79% 0.75% -
XYZ 33.29 44.45 8.83 -
YUV 163.93 58.06 125.2 -
System Red Green Blue C M Y K H S L
Decimal 160 190 40 0.16 0 0.79 0.25 72 0.65 0.45
Hex A0 BE 28 10 0 4F 19 48 41 2D
Octal 240 276 50 20 0 117 31 110 101 55
Binary 10100000 10111110 101000 10000 0 1001111 11001 1001000 1000001 101101

Color Harmonies of #A0BE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE28

Black with #A0BE28

Text Example


Text Example

White with #A0BE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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