Html Css Color HEX #A0BC1A Bahia

📋 copy color: '#A0BC1A'

red 160 ◦ green 188 ◦ blue 26

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

Shades of Bahia #A0BC1A

Tints of Bahia #A0BC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.27%

 BLUE value IS 26 (10.55% from 255) = 6.95%

R = 42.78%
G = 50.27%
B = 6.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#A0BC1A (or 0xA0BC1A) is known color: Bahia. HEX triplet: A0, BC and 1A. RGB value is (160,188,26). Sum of RGB (Red+Green+Blue) = 160+188+26=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC1A is #5F43E5. Grayscale: #A1A1A1. Windows color (decimal): -6243302 or 1752224. OLE color: 1752224.

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

Color convert

RGB 160 188 26 -
CMYK 0.15 0 0.86 0.26
HSL 70.37º 0.76% 0.42% -
HSV(B) 70.37º 0.86% 0.74% -
XYZ 32.67 43.51 7.65 -
YUV 161.16 51.72 127.17 -
System Red Green Blue C M Y K H S L
Decimal 160 188 26 0.15 0 0.86 0.26 70.37 0.76 0.42
Hex A0 BC 1A F 0 56 1A 46 4C 2A
Octal 240 274 32 17 0 126 32 106 114 52
Binary 10100000 10111100 11010 1111 0 1010110 11010 1000110 1001100 101010

Color Harmonies of #A0BC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC1A

Black with #A0BC1A

Text Example


Text Example

White with #A0BC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC1A; }

 p { color: rgb(160,188,26); }

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

background-color css

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

 a { background-color: rgb(160,188,26); }

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

border-color css

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

 span { border-color: rgb(160,188,26); }

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