Html Css Color HEX #A0BF15 Bahia

📋 copy color: '#A0BF15'

red 160 ◦ green 191 ◦ blue 21

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

Shades of Bahia #A0BF15

Tints of Bahia #A0BF15

RGB

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

 GREEN value IS 191 (75% from 255) = 51.34%

 BLUE value IS 21 (8.59% from 255) = 5.65%

R = 43.01%
G = 51.34%
B = 5.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#A0BF15 (or 0xA0BF15) is known color: Bahia. HEX triplet: A0, BF and 15. RGB value is (160,191,21). Sum of RGB (Red+Green+Blue) = 160+191+21=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BF15 is #5F40EA. Grayscale: #A3A3A3. Windows color (decimal): -6242539 or 1425312. OLE color: 1425312.

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

Color convert

RGB 160 191 21 -
CMYK 0.16 0 0.89 0.25
HSL 70.94º 0.8% 0.42% -
HSV(B) 70.94º 0.89% 0.75% -
XYZ 33.26 44.79 7.6 -
YUV 162.35 48.23 126.32 -
System Red Green Blue C M Y K H S L
Decimal 160 191 21 0.16 0 0.89 0.25 70.94 0.8 0.42
Hex A0 BF 15 10 0 59 19 47 50 2A
Octal 240 277 25 20 0 131 31 107 120 52
Binary 10100000 10111111 10101 10000 0 1011001 11001 1000111 1010000 101010

Color Harmonies of #A0BF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF15

Black with #A0BF15

Text Example


Text Example

White with #A0BF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF15; }

 p { color: rgb(160,191,21); }

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

background-color css

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

 a { background-color: rgb(160,191,21); }

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

border-color css

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

 span { border-color: rgb(160,191,21); }

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