Html Css Color HEX #A0BC1B Bahia

📋 copy color: '#A0BC1B'

red 160 ◦ green 188 ◦ blue 27

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

Shades of Bahia #A0BC1B

Tints of Bahia #A0BC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.2%

R = 42.67%
G = 50.13%
B = 7.2%

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

#A0BC1B (or 0xA0BC1B) is known color: Bahia. HEX triplet: A0, BC and 1B. RGB value is (160,188,27). Sum of RGB (Red+Green+Blue) = 160+188+27=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC1B is #5F43E4. Grayscale: #A1A1A1. Windows color (decimal): -6243301 or 1817760. OLE color: 1817760.

HSL color Cylindrical-coordinate representation of color #A0BC1B: hue angle of 70.43º degrees, saturation: 0.75, 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 #A0BC1B is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 27 -
CMYK 0.15 0 0.86 0.26
HSL 70.43º 0.75% 0.42% -
HSV(B) 70.43º 0.86% 0.74% -
XYZ 32.68 43.52 7.71 -
YUV 161.27 52.22 127.09 -
System Red Green Blue C M Y K H S L
Decimal 160 188 27 0.15 0 0.86 0.26 70.43 0.75 0.42
Hex A0 BC 1B F 0 56 1A 46 4B 2A
Octal 240 274 33 17 0 126 32 106 113 52
Binary 10100000 10111100 11011 1111 0 1010110 11010 1000110 1001011 101010

Color Harmonies of #A0BC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC1B

Black with #A0BC1B

Text Example


Text Example

White with #A0BC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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