Html Css Color HEX #A0BF1C Bahia

📋 copy color: '#A0BF1C'

red 160 ◦ green 191 ◦ blue 28

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

Shades of Bahia #A0BF1C

Tints of Bahia #A0BF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.39%

R = 42.22%
G = 50.4%
B = 7.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#A0BF1C (or 0xA0BF1C) is known color: Bahia. HEX triplet: A0, BF and 1C. RGB value is (160,191,28). Sum of RGB (Red+Green+Blue) = 160+191+28=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF1C is #5F40E3. Grayscale: #A3A3A3. Windows color (decimal): -6242532 or 1884064. OLE color: 1884064.

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

Color convert

RGB 160 191 28 -
CMYK 0.16 0 0.85 0.25
HSL 71.41º 0.74% 0.43% -
HSV(B) 71.41º 0.85% 0.75% -
XYZ 33.34 44.82 7.99 -
YUV 163.15 51.73 125.75 -
System Red Green Blue C M Y K H S L
Decimal 160 191 28 0.16 0 0.85 0.25 71.41 0.74 0.43
Hex A0 BF 1C 10 0 55 19 47 4A 2B
Octal 240 277 34 20 0 125 31 107 112 53
Binary 10100000 10111111 11100 10000 0 1010101 11001 1000111 1001010 101011

Color Harmonies of #A0BF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF1C

Black with #A0BF1C

Text Example


Text Example

White with #A0BF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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